`
yangyangmilan
  • 浏览: 29850 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

对 The user specified as a definer ('root'@'') does not exist 问题的解决

阅读更多

这是由于root用户权限不够造成的

解决方法:

登陆mysql

mysql -u root -pPasswd(密码)

mysql >grant all privileges on *.* to root@"%" identified by "Passwd(密码)"

mysql >flush privileges;

 

然后再继续原来的操作就没有问题了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics