Created
November 30, 2022 01:53
-
-
Save davidraedev/b0633115ca12803e82035f0fa54bf2c2 to your computer and use it in GitHub Desktop.
mysql show processlist sort by time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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