码迷,mamicode.com
首页 > 数据库 > 详细

解决问题:mysql 1040 too many connections

时间:2021-01-08 11:38:08      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:roo   src   服务   col   ext   问题   oss   ike   回车   

1.mysql -u root -p 回车输入密码进入mysql

技术图片

2. 执行show variables like "max_connections";

技术图片

3.执行set GLOBAL max_connections=1000;

技术图片

4.执行show variables like "max_connections";

技术图片

5.退出mysql服务,exit

解决问题:mysql 1040 too many connections

标签:roo   src   服务   col   ext   问题   oss   ike   回车   

原文地址:https://www.cnblogs.com/cheyunhua/p/14244975.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!