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

来源:互联网 发布:mac androidsdk 编辑:程序博客网 时间:2024/05/20 00:13

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

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



0 0