mysql出现too many connections错误提示_MySQL
程序员文章站
2022-06-16 09:30:36
...
bitsCN.com
错误提示如:
$mysql -uroot
ERROR 1040 (00000): Too many connections
因为我用的是mysql5服务器是win2000这个办法好解决了,找到我mysql安装目录如C:windowsmysql找到my.ini配置文件了。
ctrl+f搜索max_connections,原因找到了,因为你的mysql安装目录下的my.ini中设定的并发连接数太少或者系统繁忙导致连接数被占满,这里不知道什么时间被设计成2了,下面我把它改成
max_connections = 1000
max_user_connections=300
最后重启数据库就可以了。
上面讲得是有mysql服务器权限的,如果没有的朋友可以联系空间商哦。
本站原创教程转载必须注明来源于 http://www.111cn.net/database/database.html
bitsCN.com上一篇: SecureCRT遇到-个致命的错误且必须关闭。-个崩溃转储文件已创建于: C:UsersAdministratorAppDataRoamingSecureCRT.dmp请通过URL地
下一篇: Laravel SQL语句记录方式
推荐阅读
-
Mysql错误:Too many connections的解决方法
-
mysql连接数设置操作方法(Too many connections)
-
mysql "too many connections" 错误 之 mysql解决方法
-
[翻译]:MySQL Error: Too many connections
-
Mysql错误:Too many connections的解决方法
-
mysql连接数设置操作方法(Too many connections)
-
mysql 提示too many connections的解决方法
-
MySQL too many connections错误的原因及解决
-
mysql出现提示错误10061的解决方法
-
MySQL命令提示符出现输入错误时如何修改前面的命令