Error when starting MySQL
|
|
This is an error I see on the Terminal window when starting MySQL: chown: /Applications/mampstack-0.9.4/mysql/data/mysqld.log: Operation not permitted MySQL starts successfully but just wondering why am I getting that. Any suggestions on what to do? |
|
|
Hi, Please, can you post the output of typing
in the terminal? Cheers |
|
|
total 73760 |
|
|
Hi rgracia, I don’t really know what may be wrong. I’ll investigate it a bit more. Cheers |
|
|
Hi rgracia, It seems a MySQL bug. The problem is that this rule check if the root directory ”/” is writable to check if you are the root user, but in OS X every user which have administrative permissions can write in the root folder. Try to search this line into the mysql/bin/mysqld_safe script:
and replace this line with:
and the warning will disappear. Thanks for report this issue, we will fix for the next release. |
