数据库

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

作者:admin110 来源:web交流网 2019-03-18 16:51 浏览:0 我要评论(0)

权限问题,授权 给 root 所有sql 权限mysql> grant all privileges on * * to root@"%" identified by " ";Query OK, 0 r

权限问题,授权 给 root  所有sql 权限
mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected (0.00 sec)
 
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

转载请注明出处。

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源;3.作者投稿可能会经我们编辑修改或补充。

网友点评
评论(已有0条评论)
还没有评论,快来抢沙发吧!
新闻
  • 新闻
  • 软件
精彩导读