网站的 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?)问题解决方法】相关文章:
★ 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 server has gone away 问题的解决方法
★ MySQL:reading initial communication packet问题解决方法