mysql too many connection 解决办法

Posted 起个名字好难

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql too many connection 解决办法相关的知识,希望对你有一定的参考价值。

 

 

 

SHOW VARIABLES LIKE "max_connections";

SHOW VARIABLES LIKE "wait_timeout";

SET GLOBAL max_connections = 5000;

SELECT @@MAX_CONNECTIONS AS ‘Max Connections‘;

SHOW FULL PROCESSLIST;

SHOW PROCESSLIST;

 

以上是关于mysql too many connection 解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Mysql 解决Too many connections

mysql too many connection 解决办法

MySQL数据库 Too many connections

解决Mysql错误Too many connections的方法

MySQL提示“too many connections”的解决办法

mysql too many connections 解决方法