Mysql Kill Long Running Queries Direct
How to Identify and Kill Long-Running Queries in MySQL
KILL [CONNECTION] <id>; Or if you only want to terminate the current query but keep the connection: mysql kill long running queries
KILL 12345; Generate kill commands for all queries exceeding a threshold: How to Identify and Kill Long-Running Queries in