Mysql is starting and stopping every 15 seconds on my MAC. In the console it shows /tmp/mysql.sock is Permission denied. What unix command can I run to make sure every folder related to mysql is read/write. Its for dev so I don't care if anyone hacks it or screws it up.... just tired of putting in my password everytime I click a folder and need to solve this mysql issue.

TIA

link|improve this question
How did you install the mysql server? – sciurus Mar 14 '11 at 22:43
feedback

1 Answer

Although I can't endorse the "just open everything to everyone!" strategy, the answer to your question is chmod; check the man page, with particular consideration of its -r recursive flag.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.