Last active
March 2, 2020 15:52
-
-
Save daniDLL/5a05b2d7434876b77517b0ab5d06bcdd to your computer and use it in GitHub Desktop.
select blocked mysql queries
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 group_concat(concat('KILL ',id,';') separator ' ') from information_schema.processlist where time > 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment