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

来源:互联网 发布:json post get 编辑:程序博客网 时间:2024/05/17 02:50
mysql -u root -pPasswd 

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

mysql >flush privileges;