15,013
edits
| Line 119: | Line 119: | ||
solution[http://computerplumber.com/2009/01/using-the-chmod-command-effectively/]: | solution[http://computerplumber.com/2009/01/using-the-chmod-command-effectively/]: | ||
<pre> | <pre> | ||
sudo chmod 774 /Applications/XAMPP/xamppfiles/var/mysql/XXXMacBook-Pro.local.err | find the path to the mysql log | ||
$ ls /Applications/XAMPP/xamppfiles/var/mysql/*.local.err | |||
Please replace the file name 'XXXMacBook-Pro' with the real file name | |||
$ sudo chmod 774 /Applications/XAMPP/xamppfiles/var/mysql/XXXMacBook-Pro.local.err | |||
</pre> | </pre> | ||