sql 语句使用
SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCKS ; 查看锁表
SELECT * from information_schema.INNODB_TRX ;事务查询
SELECT * from information_schema.PROCESSLIST where INFO is not null 查询应用节点操作时间
show full processlist 查询sql 语句操作进程
kill 13809869 杀掉等待时间久的进程