mysql "The user specified as a definer ('root'@'%') does not exist" 问题

在重配mysql的时候碰到,

解决办法:

重新授权

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

刷新权限

flush privileges;
posted @ 2018-09-25 16:30  扶苏公子x  阅读(179)  评论(0)    收藏  举报