Skip to content

Instantly share code, notes, and snippets.

@davidraedev
Created November 30, 2022 01:53
Show Gist options
  • Save davidraedev/b0633115ca12803e82035f0fa54bf2c2 to your computer and use it in GitHub Desktop.
Save davidraedev/b0633115ca12803e82035f0fa54bf2c2 to your computer and use it in GitHub Desktop.
mysql show processlist sort by time
SELECT *
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