Skip to content

Instantly share code, notes, and snippets.

@lucien144
Created February 19, 2016 00:24
Show Gist options
  • Select an option

  • Save lucien144/f562add9fa8374802c8b to your computer and use it in GitHub Desktop.

Select an option

Save lucien144/f562add9fa8374802c8b to your computer and use it in GitHub Desktop.
Useful MySQL queries, tricks, tips
--- Show current SQLs
SELECT time, state, info FROM information_schema.processlist WHERE command != 'Sleep' ORDER BY time ASC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment