mysql 报错: User 'root' has exceeded the 'max_questions' resource (current value: 3000000)
求解决办法
看看这有没帮助
http://www.bigresource.com/MYSQL-resetting-the-max_questions-value-QQCTCNoX.html
[quote]User 'root' has exceeded the 'max_questions' resource (current value: 3000000) [/quote]
错误对应于Mysql Error:1226
1226:MYSQL当前用户使用的资源已超过所允许的资源,请重启数据库或重启服务器
暂不清楚错误出现具体原因. 不过见文思义一下,应该LZ也有些想法了吧 :wink:
如果是应用程序跑出来的,需要关注相关的资源消耗,最敏感的莫过于数据库链接!~