Skip to content

Instantly share code, notes, and snippets.

@felipecsl
Created February 13, 2015 06:49
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 felipecsl/74da359d3db68031b638 to your computer and use it in GitHub Desktop.
Save felipecsl/74da359d3db68031b638 to your computer and use it in GitHub Desktop.
Select long running queries from MySQL. Tweak the time to your desire
SELECT * FROM information_schema.processlist WHERE info IS NOT NULL AND TIME > 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment