max_user_connections or ip connection limit exceeded [closed]

徘徊边缘 提交于 2019-12-02 14:12:36

You receive max_user_connections message when the maximum number of users allowed to connect the server are already there.

Here are the links for your references
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

You can either increase the number of connections allowed or
Instead of opening new connection for everyone. Why dont you use same connection for all queries.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!