标签:thread from kill 事务 innodb color style orm mysql
1、查找未提交事务
在mysql中运行:
1 select t.trx_mysql_thread_id from information_schema.innodb_trx t
2、删除线程
kill 1569831
标签:thread from kill 事务 innodb color style orm mysql
原文地址:http://www.cnblogs.com/Steven-shi/p/7527158.html