Skip to content

Instantly share code, notes, and snippets.

@rutchkiwi
Created September 12, 2017 12:39
Show Gist options
  • Save rutchkiwi/8a8b6abb04a843f0e7964943f0bd7c8b to your computer and use it in GitHub Desktop.
Save rutchkiwi/8a8b6abb04a843f0e7964943f0bd7c8b to your computer and use it in GitHub Desktop.
SHOW FULL PROCESSLIST;
SELECT * FROM information_schema.innodb_trx;
SHOW ENGINE INNODB STATUS;
CALL mysql.rds_kill(9876);
SHOW GLOBAL STATUS
LIKE 'innodb_log_waits';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment