bh的 'max_user_connections' active connections
|
|
Cannot use database
The URL Is:
http://www.。。。。
MySQL Server Error:
User8888 already has more than 'max_user_connections' active connections ( 1203 ) 查看错误相关信息
动不动就出现这个啊,一共才几个没流量的网站而已,这个和dh空间不可相比呀 |
|
|
|
|
|
|
|
|
|
|
skyisblue
发表于 2011-8-21 22:56:47
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
lpj
发表于 2011-8-22 09:05:01
|
显示全部楼层
max_user_connections 是 MySQL 用户连接数的最大值设置,整段语句的意思是:服务器的 MySQL 的最大连接数参数设置不足。
解决方法:
1、修改 MySQL 安装目录下 my.ini 或者 my.cnf 文件内的 max_user_connections 参数的数值,重启 MySQL 服务器;
2、虚拟主机用户请联系空间商检查服务器是否正常。 |
|
|
|
|
|
|
|
|