码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-04-24 12:22:27      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:ppa   user   flush   ide   mysql   article   exist   sql   efi   

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

  解决的方法:

  登陆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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!