If you can't start mysql service in snow leopard, and in the panel prefs appears '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

It worked for me

link|improve this question
Are you asking a question or just trying to be proactively helpful? – Chris Thompson Apr 3 '11 at 5:44
Well this fixed my issue lol. – samvermette Jun 22 '11 at 3:19
Woohoo! Worked! – 99miles Aug 26 '11 at 18:27
feedback

closed as not a real question by mu is too short, Chris Thompson, Dori Apr 3 '11 at 5:53

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.