Created
June 17, 2015 01:18
-
-
Save tadasuke/3dd107a143cea5f86480 to your computer and use it in GitHub Desktop.
SHOW PROCESSLISTの結果をソート ref: http://qiita.com/tadasuke/items/4716ce0d70c878389726
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment