Tag Archives: mysql

Update: Fixing Rails in Snow Leopard

I was too quick to declare success in my update to Snow Leopard earlier this week.  As it turns out, much of my recovered space came from Xcode being uninstalled.  Easy fix.  Grabbed the DVD and installed it in a … Continue reading

Posted in Technology | Tagged , , , , , , , | 3 Comments

How to: Create MySQL User Accounts

I find myself having to do this quite often and I can never seem to remember so here it is: GRANT ALL PRIVILEGES ON *.* TO ‘dshimy’@'%’ IDENTIFIED BY ‘pass’ WITH GRANT OPTION;   GRANT ALL PRIVILEGES ON *.* TO … Continue reading

Posted in Technology | Tagged , | Leave a comment