Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atastycookie/4ea95635a4c9f8ba05e9be59ad30f70b to your computer and use it in GitHub Desktop.
Save atastycookie/4ea95635a4c9f8ba05e9be59ad30f70b to your computer and use it in GitHub Desktop.
SET GLOBAL slow_query_log = 1';
SET GLOBAL slow_launch_time = 2;
SET GLOBAL long_query_time = '/var/log/mysql/slow.log';
FLUSH SLOW LOGS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment