Skip to content

Instantly share code, notes, and snippets.

@mogetutu
Created April 22, 2012 23:16
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mogetutu/2467456 to your computer and use it in GitHub Desktop.
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:
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
@JimmySorza
Copy link

thank you!

@rooven
Copy link

rooven commented Mar 22, 2018

thanks man! saved my life

@JonnyLewis
Copy link

Thanks !!!

@kentschubert
Copy link

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment