天天看點

User root has exceeded the max_questions resource

即Navicat for mysql修改max questions

1.用管理者身份打開cmd

User root has exceeded the max_questions resource

2.確定mysql關閉

net stop mysql
           

3.修改max_question=0(如下開頭一定要帶上mysql 我就是因為比較菜,不知道要加這個,嘗試了各種方法,被坑了一上午!!!打算放棄重裝的邊緣随手試出來的)

mysql update user set max_question=0;
           
User root has exceeded the max_questions resource

4.重新打開mysql

net start mysql
           

學習中,寫部落格是為了給自己踩過的坑做個記錄,如果能幫到同樣在學習的你,很榮幸~

分享的方法不一定正确,不一定最快捷最正規,也不一定最适合您,如有建議,感謝指正!