摘要: 一: 通过information_schema.processlist表中的连接信息生成需要处理掉的MySQL连接的语句临时文件,然后执行临时文件中生成的指令。 mysql> select concat('KILL ',id,';') from information_schema.processl 阅读全文
posted @ 2024-08-29 22:58 MR__Wang 阅读(79) 评论(0) 推荐(0) 编辑