300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > The user specified as a definer (#39;root#39;@#39;%#39;) does not exist

The user specified as a definer (#39;root#39;@#39;%#39;) does not exist

时间:2018-12-31 10:31:44

相关推荐

The user specified as a definer (#39;root#39;@#39;%#39;) does not exist

 通常是因为root用户对全局host无訪问权限。因此仅仅要给root用户加入一个訪问权限就可以。

解决的方法:

登陆mysql 。运行

mysql -u root -pPasswd

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

mysql >flush privileges

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。