• KILL

KILL <query id>

KILL terminates the execution of a query by its ID, which you can find in SHOW QUERIES.

mysql> KILL 4;
Query OK, 1 row affected (0.00 sec)

最后更新于