too many connection临时解决方案

一 干掉不顺眼的 too many connection临时解决方案 查看连接,看看都是谁在捣乱: mysql>show processlist; 结果如下: 查出那些建立但是无效的连接(视情况加条件) mysql>select concat(‘KILL ‘,id,’;’) from information_schema.processlist where command=‘Sleep’ and
相关文章
相关标签/搜索