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

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

时间:2014-09-30 01:00:31      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:style   os   sp   div   c   on   r   ef   sql   


一般是由于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

标签:style   os   sp   div   c   on   r   ef   sql   

原文地址:http://blog.csdn.net/milife2013/article/details/39678537

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