数据库Table xxx is marked as crashed and should be repaired错误的解决方法服务器断电等原因可能导致数据表损坏,导致访问的时候提示:Table xxx is marked as crashed and should be repaired其中xxx为表的名称。

找到对应的表,使用 repair table table_name; 进行修复

mysql> select * from log_check_user;
ERROR 1194 (HY000): Table 'log_check_user' is marked as crashed and should be repaired
mysql> repair table log_check_user;
+----------------------+--------+----------+-------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------+--------+----------+-------------------------------------------------+
| sg456.log_check_user | repair | info | Wrong bytesec: 0- 0- 0 at 68974624; Skipped |
| sg456.log_check_user | repair | warning | Number of rows changed from 428999 to 428998 |
| sg456.log_check_user | repair | status | OK |
+----------------------+--------+----------+-------------------------------------------------+
3 rows in set (24.87 sec) mysql> select * from log_check_user;

最新文章

  1. Linux系统调用和库函数调用的区别
  2. a版本冲刺第三天
  3. app启动速度
  4. jQuery回调、递延对象总结(下篇) —— 解密jQuery.when方法
  5. Android sdk 镜像服务器资源
  6. Oracle数据库ORA-12154: TNS: 无法解析指定的连接标识符详解
  7. BZOJ 3160 万径人踪灭 解题报告
  8. 摄像头(2)调用系统拍照activity来录像
  9. HDU_2055——刷题不要使用fflush()
  10. shell脚本调用C语言之字符串切分之strtok函数
  11. 【Android使用Shape绘制虚线,在4.0以上的手机显示实线】解决方式
  12. 关于pocsuite的使用
  13. linux安装Django 以及 生产环境部署实现高并发
  14. 如何把ppt写好
  15. 30行Python代码实现人脸检测
  16. [Spark][Python]PageRank 程序
  17. [C++]线性链表之顺序表<二>
  18. 201621123049 《Java程序设计》第1周学习总结
  19. B - C Looooops POJ - 2115 (扩展欧几里得)
  20. Using Custom Java code in ODI

热门文章

  1. 朴素贝叶斯 Naive Bayes
  2. torchnet+VGG16计算patch之间相似度
  3. UVA-1617 Laptop (贪心)
  4. [转载]SQL语句练习
  5. 331. Verify Preorder Serialization of a Binary Tree -- 判断是否为合法的先序序列
  6. xtrabackup三种备份和还原(一)
  7. Linux修改字符集
  8. 旋转木马幻灯片切换效果JS源码详解
  9. [ccf 4] 网络延时
  10. Facebook的工程师文化——《打造facebook》读后感