手机
当前位置:查字典教程网 >编程开发 >mysql数据库 >Mysql中Table ‘XXX’ is marked as crashed and last (automatic?)问题解决方法
Mysql中Table ‘XXX’ is marked as crashed and last (automatic?)问题解决方法
摘要:网站的MYSQL数据库出现错误如下提示:复制代码代码如下:Table‘.dede_archives'ismarkedascrashedand...

网站的 MYSQL 数据库出现错误如下提示:

复制代码 代码如下:Table ‘.dede_archives' is marked as crashed and last (automatic?)

该问题即为相关表受到损坏,一般情况下,可以用 phpmyadmin 对该表进行修复。

如果是独立的服务器,也可使用命令行方式进行修复。修复前将mysql服务停止:

复制代码 代码如下:/etc/init.d/mysqld stop

然后执行如下命令(参考)修复该表:

复制代码 代码如下:myisamchk -r /usr/local/mysql/var/dede/dede_archives.MYI

注意数据库表所在路径。 win 主机下可类比执行。

【Mysql中Table ‘XXX’ is marked as crashed and last (automatic?)问题解决方法】相关文章:

mysql字符集乱码问题解决方法介绍

MySQL中文乱码问题的解决方案

Mysql5 字符集编码问题解决

Table ‘xxx’ is marked as crashed and should be repaired 错误解决方法参考

MySQL: mysql is not running but lock exists 的解决方法

Starting MySQL.Manager of pid-file quit without updating file.[FAILED]的解决方法

Mysql 数据库更新错误的解决方法

MySQL server has gone away 问题的解决方法

MySQL:reading initial communication packet问题解决方法

Mysql(MyISAM)的读写互斥锁问题的解决方法

精品推荐
分类导航