User \'%s\' has exceeded the \'max_user_connections\' resource
错误编号:1226
问题分析:
当前用户的服务器资源已经超过允许使用的限制。
解决办 法:
1、虚拟主机用户请联系空间商检查服务器是否正常,并适当进行服务器的优化;
2、独立服务器请联系服 务器管理员优化服务器,建议调整 MySQL 配置文件中 max_user_connections 的值。
User %s already has more than \'max_user_connections\' active
错误编号:1203
问题分析:
max_user_connections 是 MySQL 用户连接数的最大值设置,整段语句的意思是:服务器的 MySQL 的最大连接数参数设置不足。
解决方法: