Skip to content

Instantly share code, notes, and snippets.

@SnowCait
Last active February 1, 2018 10:38
Show Gist options
  • Save SnowCait/3ca9473d1a5fba6be053ef9adbdcf441 to your computer and use it in GitHub Desktop.
Save SnowCait/3ca9473d1a5fba6be053ef9adbdcf441 to your computer and use it in GitHub Desktop.

Database

Slow Query

SHOW VARIABLES LIKE 'slow_query_log%';
SHOW VARIABLES LIKE 'long_query_time';
SHOW VARIABLES LIKE 'log_queries_not_using_indexes';
SHOW VARIABLES LIKE 'general_log%';

Connection

SHOW VARIABLES LIKE 'max_connections';

Links

https://qiita.com/muran001/items/14f19959d4723ffc29cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment