1.查找当前活跃事务mysql
SELECT * from information_schema.INNODB_TRXsql
根据trx_started等判断事务是否异常锁定spa
2.杀死线程线程
Kill id(上面查询出来的trx_mysql_thread_id)orm