摘要: 一: 通过information_schema.processlist表中的连接信息生成需要处理掉的MySQL连接的语句临时文件,然后执行临时文件中生成的指令。 mysql> select concat('KILL ',id,';') from information_schema.processl 阅读全文
posted @ 2020-07-17 09:35 人生苦短,知足常乐! 阅读(608) 评论(0) 推荐(0) 编辑