Chinaunix首页 | 论坛 | 博客
  • 博客访问: 463127
  • 博文数量: 132
  • 博客积分: 2995
  • 博客等级: 少校
  • 技术积分: 1412
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-06 20:14
文章分类

全部博文(132)

文章存档

2010年(2)

2008年(21)

2007年(109)

我的朋友

分类:

2007-03-07 12:41:25

修复InnoDB类型数据表
a.通过show slave status查看结果,不是以下这种状况.
  Slave_IO_Running: Yes
  Slave_SQL_Running: Yes
  并且提示表损坏,查看表类型为InnoDB,
  或者发现mysql频繁重启,错误日志如下:
  060521  1:00:01  InnoDB error:
  Cannot find table finance/category_quote from the internal \
  data dictionary of InnoDB though the .frm file for the table \
  exists. Maybe you have deleted and recreated InnoDB data  \
  files but have forgotten to delete the corresponding .frm \
  files of InnoDB tables, or you have moved .frm files to another \
  database? Look from section 15.1 of
  how you can resolve the problem. 
 b.参考CVS中恢复innoDB表的方法进行修复:
  CVS:ldf-sys/document/normal/security/Plan/recovery_innoDB.txt
阅读(1038) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~