MySQL :: MySQL 5.0 Reference Manual :: 13.7.6.3 KILL Syntax
KILL [CONNECTION | QUERY] thread_id Each connection to mysqld runs in a separate thread. You can see which threads are running with the SHOW PROCESSLIST statement and kill a thread with the KILL thread_id statement. In MySQL ...
dev.mysql.com |