Created
November 23, 2017 15:28
-
-
Save gkrinc/219d6397c2d211f2660c1045110a66e9 to your computer and use it in GitHub Desktop.
Kills and RDS MySQL Process
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 concat('CALL mysql.rds_kill( ',id,');') from information_schema.processlist where user='USER_NAME' and DB='DB_NAME'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment