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