批量殺死MySQL鏈接的幾種方法

法一:php   經過information_schema.processlist表中的鏈接信息生成須要處理掉的MySQL鏈接的語句臨時文件,而後執行臨時文件中生成的指令。html   mysql> select concat('KILL ',id,';') from information_schema.processlist where user='root';mysql +---------
相關文章
相關標籤/搜索