【发布时间】:2015-10-19 11:56:31
【问题描述】:
我经营一个 WordPress 网站。今天我发现 wp_posts 表崩溃了。当我尝试修复表时,出现以下错误:
REPAIR TABLE wp_posts;
error Can't create new tempfile: './[databasename]/wp_posts.TMD'
repair status Operation failed
我尝试在 shell 中运行以下命令:
myisamchk -r -f wp_posts.MYI
error: File 'wp_posts.MYI' doesn't exist
您能告诉我还有什么办法可以解决这个问题吗?
【问题讨论】:
标签: mysql