select * from information_schema.INNODB_TRX;
show full processlist;//找出目前连接的列表
kill ID//根据ID kill掉

相关文章: