六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 816|回复: 0

Got error: 1449: The user specified as a definer ('root'@'%') does not exist

[复制链接]
 楼主| 发表于 2015-4-16 18:47:13 | 显示全部楼层 |阅读模式
Got error: 1449: The user specified as a definer ('root'@'%') does not exist

mysqldump: Got error: 1449: The user specified as a definer ('root'@'%') does not exist when using LOCK TABLES


只要给root用户再添加一个对全部host都有可以访问的权限
操作如下:
登陆mysql
mysql -u root -pPasswd
mysql >grant all privileges on *.* to root@"%" identified by "Passwd"
mysql >flush privileges;
==============
END~! KO.
再进行导出就可以执行了。
Got error: 1449: The user specified as a definer ('root'@'%') does not exist
摘自:http://blog.csdn.net/witch_soya/article/details/37595885
该会员没有填写今日想说内容.
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表