Created
February 19, 2016 00:24
-
-
Save lucien144/f562add9fa8374802c8b to your computer and use it in GitHub Desktop.
Useful MySQL queries, tricks, tips
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
| --- Show current SQLs | |
| SELECT time, state, info FROM information_schema.processlist WHERE command != 'Sleep' ORDER BY time ASC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment