mysql报错:
可能是你一次连接的时间太长,或者是每次连接的查询和插入数据过多,你可以修改max_questions参数的值update user set max_questions=0;
flush privileges;ERROR 1226 (42000):User 'root' has exceeded the 'max_questions' resource (current value: 2)
原文地址:http://blog.csdn.net/qq_20545159/article/details/45114213