码迷,mamicode.com
首页 > 其他好文 > 详细

ERROR 1226 (42000):User 'root' has exceeded the 'max_questions' resource (current value: 2)

时间:2015-04-18 17:49:44      阅读:572      评论:0      收藏:0      [点我收藏+]

标签:error 1226 42000


         mysql报错:

        可能是你一次连接的时间太长,或者是每次连接的查询和插入数据过多,你可以修改max_questions参数的值
    
        use mysql;

    update user set max_questions=0;

flush privileges;

ERROR 1226 (42000):User 'root' has exceeded the 'max_questions' resource (current value: 2)

标签:error 1226 42000

原文地址:http://blog.csdn.net/qq_20545159/article/details/45114213

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!