MySQL [Err]1449 : The user specified as a definer ('root'@'%') does not exist

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

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

 

posted on 2017-06-13 13:00  我来乔23  阅读(290)  评论(0编辑  收藏  举报

导航