超出了max_user_connections或ip连接限制

时间:2013-02-27 07:16:36

标签: web-hosting php

我正在关注" PHP错误消息" :

用户 ** 已超过' max_user_connections' / home / * / / * 第6行或

我的网站www。 * *。com,重新加载页面3-4次后出现此错误。早些时候这个错误没有到来。那么有人可以告诉我这个错误是否与PHP或DB有关。

我正在使用像1freehosting.com或000webhost.com

这样的免费主机

1 个答案:

答案 0 :(得分:4)

当允许连接服务器的最大用户数已经存在时,您会收到max_user_connections消息。

以下是您参考的链接
http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_user_connections
http://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html

您可以增加允许的连接数或
而不是为每个人打开新的连接。为什么不对所有查询使用相同的连接。