mysql连接报too many connections以及打开mysql.exe出现闪退的问题

Posted 轻尘如风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql连接报too many connections以及打开mysql.exe出现闪退的问题相关的知识,希望对你有一定的参考价值。

1.打开cmd,进入mysql盘,进入mysql所在文件夹,进入bin文件夹

2.输入net start mysql启动MySQL服务

3.输入

 show variables like \'%max_connections%\'; 
 
4.结果显示:

 

5.设置最大连接数:

 set global max_connections=1000;
 
6.启动tomcat,ok

以上是关于mysql连接报too many connections以及打开mysql.exe出现闪退的问题的主要内容,如果未能解决你的问题,请参考以下文章

MySQL中too many connections问题解决

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

阿里云RDS报错:Too many connections

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

MySQL报Too many connections

Too many connections解决方案