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

mysql权限问题

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

解决办法:

运行下面两条sql命令即可

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

flush privileges;

posted @ 2019-06-04 16:10  飞蚊  阅读(472)  评论(0编辑  收藏  举报