Skip to content

Instantly share code, notes, and snippets.

@sscarduzio
Created June 1, 2013 13:25
Show Gist options
  • Save sscarduzio/5690367 to your computer and use it in GitHub Desktop.
Save sscarduzio/5690367 to your computer and use it in GitHub Desktop.
Enable MySQL general log in OSX
SET GLOBAL general_log = 'ON';
Query logs: /usr/local/var/mysql/<machine-hostname>.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment