Table comments: Table './text/phpbb_posts' is marked as crashed and last (automatic?) repair failed

两盒软妹~` 提交于 2019-12-11 10:10:03

问题


I suddenly crashed my phpbb_posts on phpMyAdmin. Similar MySQL table is marked as crashed and last (automatic?) repair failed, but there is CLI (command line).

Table comments: Table './text/phpbb_posts' is marked as crashed and last (automatic?) repair failed

phpMyAdmin, ANALYZE TABLE 'phpbb_posts';

  • Table './text/phpbb_posts' is marked as crashed and last (automatic?) repair failed
  • Table 'phpbb_posts' is marked as crashed and last (automatic?) repair failed
  • Corrupt

phpMyAdmin, CHECK TABLE 'phpbb_posts';

  • Table is marked as crashed and last repair failed
  • Size of datafile is: 214134524 Should be: 0
  • Record-count is not ok; is 562662 Should be: 0
  • Found 562662 key parts. Should be: 0

phpMyAdmin, REPAIR TABLE 'phpbb_posts';

  • Table Op Msg_type Msg_text
  • phpbb_posts repair error Can't create new tempfile: './text/phpbb_posts.TMD'
  • phpbb_posts repair status Operation failed

phpMyAdmin, OPTIMIZE TABLE 'phpbb_posts';

  • Table './text/phpbb_posts' is marked as crashed and last (automatic?) repair failed
  • Table 'phpbb_posts' is marked as crashed and last (automatic?) repair failed
  • Corrupt

Host with InterISP.net, so no CLI, only Inter ISP Control panel, FTP and phpMyAdmin.

What can I do?

来源:https://stackoverflow.com/questions/53771010/table-comments-table-text-phpbb-posts-is-marked-as-crashed-and-last-automa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!