MySQL commands: Difference between revisions

Jump to navigation Jump to search
162 bytes added ,  25 February 2016
m
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>


Navigation menu