MySQL.ERROR 1133 (42000): Can't find any matching row in the user table


ERROR 1133 (42000): Can't find any matching row in the user table

 

今天在执行  grant all privileges on cache_cloud.* to 'cachecloud'@'%'; 出现错误信息:ERROR 1133 (42000): Can't find any matching row in the user table  

如下所示:

 

解决方法:

  执行语句:flush privileges;

 

 

再次执行语句: grant all privileges on cache_cloud.* to 'cachecloud'@'%';   成功。

整体执行语句如下 :

  

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM