Skip to content

Instantly share code, notes, and snippets.

@jineshpaloor
Last active August 29, 2015 14:18
Show Gist options
  • Save jineshpaloor/a5a41a9369af26e738bc to your computer and use it in GitHub Desktop.
Save jineshpaloor/a5a41a9369af26e738bc to your computer and use it in GitHub Desktop.
show
DESC INFORMATION_SCHEMA.PROCESSLIST;
select id, time, user, host, command from INFORMATION_SCHEMA.PROCESSLIST order by time desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment