EEDU Blog: 博客 ·  资讯 ·  论坛 ·  留言
登录 新用户? 注册   |  

ahaoxie's blog

订阅博客:

环境生态网站长

阅读全文

Table 'xxx' is marked as crashed and should be repaired 错误解决

MySQL数据库报错:Table 'xxx' is marked as crashed and should be repaired

解决方法:

1、主机上,可以采用
  1. ./myisamchk -c -r 数据库表MYI文件的路径(例如:/home/mysql/var/crawlerfeedsky/aaaa.MYI)
  2. 如果还不行,就-f 强制修复
2、采用PhpMyAdmin中的“修复”功能,如果没有开放修改功能,可以用第3种方法。

3、在PhpMyAdmin中执行SQL,用“REPAIR TABLE `table name`;”命令修复。
发表于: 2011-06-27 16:05 | 全文(查看: 52) | 评论(0) | 本文地址 | 收藏 
分类: 小窍门(95)   标签: mysql  新知  

"Table 'xxx' is marked as crashed and should be repaired 错误解决" 的评论: (共 0 条)

你对本文的评论:

登录后再作评论
Page was generated in 53 milliseconds