Wednesday, June 22, 2011

Setting MySQL Permissions on Mac

OK, it took me a while because I was not familiar with Mac's user settings. But it's just 2 lines of code:

sudo bash
chgrp -R mysql /usr/local/mysql/data
chown -R mysql /usr/local/mysql/data
exit
 
Done! Have fun with starting your MySQL server!  

No comments:

Post a Comment