Created
May 14, 2013 20:10
-
-
Save arun057/5579081 to your computer and use it in GitHub Desktop.
Enable mySQL global logging.
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 general_log = 'ON'; | |
// Additonally , to see where all your log files are located, | |
SELECT * FROM information_schema.GLOBAL_VARIABLES where VARIABLE_NAME like '%log%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment