MySQL commands: Difference between revisions

Jump to navigation Jump to search
320 bytes added ,  25 February 2016
Line 110: Line 110:
solution:
solution:
* LIMIT the rows of MySQL query
* LIMIT the rows of MySQL query
==== could not access the mysql log for XAMPP on Mac ====
version: XAMPP 5.6.15-1
cause:
* the error log only be accessed by the mysql user
solution[http://computerplumber.com/2009/01/using-the-chmod-command-effectively/]:
<pre>
sudo chmod 774 /Applications/XAMPP/xamppfiles/var/mysql/XXXMacBook-Pro.local.err
</pre>


=== further reading ===
=== further reading ===

Navigation menu