select concat('kill ',id,';') from information_schema.`PROCESSLIST` where state !='executing'
将上述代码执行一下,将结果作为sql脚本运行一下,即可将数据库目前存在的事务清空