`
robotmen
  • 浏览: 55641 次
  • 性别: Icon_minigender_1
  • 来自: 南宁
社区版块
存档分类
最新评论

mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法

 
阅读更多

权限问题,授权 给 root  所有sql 权限

grant all privileges on *.* to root@"%" identified by ".";
flush privileges;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics