Skip to content

Instantly share code, notes, and snippets.

@CarlRevell
Created December 30, 2013 15:45
Show Gist options
  • Save CarlRevell/8183642 to your computer and use it in GitHub Desktop.
Save CarlRevell/8183642 to your computer and use it in GitHub Desktop.
Turn on SQL statement logging in MySQL to a table mysql.general_log
SET GLOBAL log_output = 'TABLE';
SET GLOBAL general_log = 'ON';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment