Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1439113
  • 博文数量: 463
  • 博客积分: 10540
  • 博客等级: 上将
  • 技术积分: 5450
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-12 08:30
文章分类

全部博文(463)

文章存档

2014年(2)

2012年(14)

2011年(42)

2010年(18)

2009年(78)

2008年(35)

2007年(182)

2006年(92)

我的朋友

分类: Mysql/postgreSQL

2012-09-04 14:45:13

如果5.5之后的版本,要特别注意一个问题在备份过程中你可以遇到下述错误:
mysqldump: Got error: 1142: SELECT,LOCK TABL command denied to user 'root'@'localhost' for table 'cond_instances' when using LOCK TABLES
解决办法将performance_schema排除在外,这样就不会有上述报错了!或得你可以mysqldump命令中加入参数: --skip-lock-tables 解决此问题!
阅读(2364) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~