第一步:使用root权限登录mysql;

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

第二步:执行 grant all privileges on *.* to [email protected]"%" identified by ".";The user specified as a definer ('root'@'%') does not exist 解决方法

第三步:执行 flush privileges;

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

完成;

相关文章: