MySQL.ERROR 1133 (42000): Can't find any matching row in the user table
你猜
阅读:1297
2020-09-10 21:57:16
评论:0
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'@'%'; 成功。
整体执行语句如下 :
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。