mysql出现:There is no 'root '@ '% ' registered 解决方法

我会带着你远行 2022-05-29 14:11 375阅读 0赞

从别的mysql数据库拷贝过来的函数,执行总是报 There is no ‘root ‘@ ‘% ‘ registered 问题,

我的解决办法是:给root用户赋予更多的权限,Navicat 按F6,命令行执行:grant all privileges on *.* to root@”%” identified by “.”;

flush privileges;

可解决

发表评论

表情:
评论列表 (有 0 条评论,375人围观)

还没有评论,来说两句吧...

相关阅读