网站程序是php的,用的bluehost的主机。
最近老是出现“an error occurred while processing this directive”错误
然后看了一下error_log文件,发现里面全是already has more than 'max_user_connections' active connections in mysql.php
但是以前也一直有这个错误的
不知道怎么解决这个问题,请大神们帮帮忙。
将mysql的max_user_connections改大点试试
将mysql的max_user_connections改大点试试
不要使用长连接
参考: http://www.jb51.net/article/27726.htm
max_user_connections 目前设置是多少,按理说一般业务不应该超过限制
max_user_connections 目前设置是多少,按理说一般业务不应该超过限制
an error occurred while processing this directive
处理此指令时出错
你需要提供更多的信息
already has more than 'max_user_connections' active connections in mysql.php
在 mysql.php 已经有超过 max_user_connections 的活动连接
不要使用长连接
同样也应该给出代码
最后解决了,php版本升级,就没问题了。
真不知道是什么原因。
谢谢各位。