Created
March 10, 2015 10:28
-
-
Save mathewjosephh/182d48a9f16c0e4d3394 to your computer and use it in GitHub Desktop.
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 Slow Query Log | |
long_query_time = 1 | |
slow_query_log = 1 | |
slow_query_log_file = D:/wamp/logs/slowquery.log | |
log_queries_not_using_indexes = 1 | |
#Set General Log | |
general_log = on | |
general_log_file=D:/wamp/logs/general.log | |
#Note that enabling general_log on a production server has overhead you should avoid it. | |
#You can check problematic queries from slow log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment