摘要:
在linux下,用mysql的导出语句:mysqldump -u root -pPasswd table >/home/lsf/test.sql出现了Got error: 1449: The user specified as a definer ('root'@'') does not exist when using LOCK TABLES这种令人作呕的错误,windows下从没碰到过。搞了半天,总算弄出来了。。只要给root用户再添加一个对全部host都有可以访问的权限操作如下:登陆mysqlmysql -u root -pPasswdmysql & 阅读全文
posted @ 2013-10-23 17:09
斯世轻尘
阅读(1555)
评论(0)
推荐(0)
浙公网安备 33010602011771号