Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5473328
  • 博文数量: 890
  • 博客积分: 12876
  • 博客等级: 上将
  • 技术积分: 10760
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-04 14:18
个人简介

猝然临之而不惊,无故加之而不怒。

文章分类

全部博文(890)

文章存档

2016年(1)

2014年(18)

2013年(41)

2012年(48)

2011年(65)

2010年(84)

2009年(121)

2008年(101)

2007年(129)

2006年(95)

2005年(118)

2004年(69)

分类: Mysql/postgreSQL

2013-06-19 17:55:43

问题:
130619 17:10:15 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.47'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
130619 17:10:45 [ERROR] /usr/libexec/mysqld: Table './cacti/syslog_incoming' is marked as crashed and should be repaired

解决:
1. 进入管理mysql的phpmyadmin 
2. 在左则选中自己的数据库 
3. 在右则勾选中错误信息中的那个'syslog_incoming'表 
4. 滚动屏幕到下面,有个下拉菜单(With selected:),选择”修复表” 
修改之后,并没有发现有什么数据损失,连忙备份了一份数据库到其它地方,备份还是很重要的!

使用MySQL的命令也可以解决:
找到mysql的安装目录的bin/myisamchk工具,在命令行中输入:
myisamchk -c -r /var/lib/mysql/cacti/syslog_incoming.MYI 
然后myisamchk 工具会帮助你恢复数据表的索引。



阅读(14146) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~