一、解决办法 1、执行mysql命令: show full processlist; 2、 然后找出查询语句的系统id:kill掉被锁住的线程id 3、查看事物表: select * from information_schema.innodb_trx;