Last active
May 29, 2018 08:20
-
-
Save strokirk/3a49ef20391935e59346f1aba34005fc to your computer and use it in GitHub Desktop.
Database Information
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 WHERE `INFO` IS NOT NULL; | |
| SELECT id, user, host, db, command, time, state, SUBSTRING(info, 1, 119) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE `INFO` IS NOT NULL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment