MYSQL数据表出现问题,提示:
ERROR 144 (HY000): Table './dpt/dpt_production' is marked as crashed and last (automatic?) repair failed

修复数据表操作:

service mysqld stop;
cd /var/lib/mysql/dpt
myisamchk -r dpt_production.MYI
mysqlcheck -r dpt -uroot -p

注意:操作第三步前一定要把mysql服务停掉。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2022-02-02
  • 2021-11-07
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-28
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
相关资源
相似解决方案