1.SELECT * FROM information_schema.INNODB_TRX\G;
2. show full processlist;
3.kill 1790;
转载于:https://www.cnblogs.com/starting/p/4505772.html