Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created April 29, 2015 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magickatt/44b92d22fe5513fbf094 to your computer and use it in GitHub Desktop.
Save magickatt/44b92d22fe5513fbf094 to your computer and use it in GitHub Desktop.
Quick way to enable MySQL General Query Log
SET GLOBAL general_log = 'ON';
SET GLOBAL general_log_file = '/var/log/mysql/all.log';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment