Created
December 30, 2013 15:45
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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