Skip to content

Instantly share code, notes, and snippets.

@technokid
Created May 7, 2020 12:21
Show Gist options
  • Save technokid/76c74299c1b8360c8655b372f5ae959a to your computer and use it in GitHub Desktop.
Save technokid/76c74299c1b8360c8655b372f5ae959a to your computer and use it in GitHub Desktop.
Enable logger slow query in mysql
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql-slow.log
long_query_time = 1
log_queries_not_using_indexes
#then restart mysql server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment