Skip to content

Instantly share code, notes, and snippets.

@gkrinc
Created November 23, 2017 15:28
Show Gist options
  • Save gkrinc/219d6397c2d211f2660c1045110a66e9 to your computer and use it in GitHub Desktop.
Save gkrinc/219d6397c2d211f2660c1045110a66e9 to your computer and use it in GitHub Desktop.
Kills and RDS MySQL Process
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