Skip to content

Instantly share code, notes, and snippets.

@sevaldes
Created February 29, 2020 13:22
Show Gist options
  • Select an option

  • Save sevaldes/91e4cc4a4325072a69dbd4af9a769e89 to your computer and use it in GitHub Desktop.

Select an option

Save sevaldes/91e4cc4a4325072a69dbd4af9a769e89 to your computer and use it in GitHub Desktop.
MYSQL
SET GLOBAL slow_query_log = 'ON';
SET GLOBAL long_query_time = 30;
SET GLOBAL slow_query_log_file = '/var/lib/mysql/slow.log';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment