标签:ppa user flush ide mysql article exist sql efi
解决的方法:
登陆mysql 。运行
mysql -u root -pPasswd
mysql >grant all privileges on *.* to root@"%" identified by "Passwd"
mysql >flush privileges
The user specified as a definer ('root'@'%') does not exist
标签:ppa user flush ide mysql article exist sql efi
原文地址:http://www.cnblogs.com/gavanwanggw/p/6755333.html