Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created December 30, 2014 12:47
Show Gist options
  • Save adfinlay/5cca0b906f1f27741629 to your computer and use it in GitHub Desktop.
Save adfinlay/5cca0b906f1f27741629 to your computer and use it in GitHub Desktop.
Add WHERE clauses to SHOW FULL PROCESSLIST
SELECT * FROM information_schema.processlist WHERE USER="system user";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment