Created
April 22, 2012 23:16
-
-
Save mogetutu/2467456 to your computer and use it in GitHub Desktop.
'warning the user/local/mysql/data directory is not owned by the mysql user', you have to:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -RL root:mysql /usr/local/mysql | |
sudo chown -RL mysql:mysql /usr/local/mysql/data | |
sudo /usr/local/mysql/support-files/mysql.server start |
thanks man! saved my life
Thanks !!!
Many thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you!