How can I enable the General Log for MySQL for use with MAMP?
I use it to run Apache, MySQL and PHP on my Mac so I can turn on/off/restart via a UI instead of messing wi
I tried running the command SET GLOBAL general_log = 'ON'; to see if I could get it to work that way. This produced an error message File Not Found, even though the file did exist.
This indicated to me that problem may be due to file permissions.
After some playing around, I changed:
Since making those changes, it's been working perfectly ever since.