• I just cleaned my database with plugin WP CleanFix as usual but this time something went wrong. I’m a dumbass, I was hasty and I have no database backup. Can you please help me?

    wp_usermeta: Table is marked as crashed and last repair failed
    wp_posts: Table is marked as crashed and last repair failed
    wp_options: Table is marked as crashed and last repair failed
    wp_postmeta: Table is marked as crashed and last repair failed
    wp_term_relationships: Table is marked as crashed and last repair failed
    wp_commentmeta: Table is marked as crashed and last repair failed
Viewing 1 replies (of 1 total)
  • If your DB is MySQL Type MyISAM use repair function provided by phpMyAdmin (if it’s available at your host).

    If you use MySQL Type InnoDB you probably have to use command shell.
    Here you can find some instructions, but I’m not sure if this will work in your case. Sorry.

Viewing 1 replies (of 1 total)
  • The topic ‘Table is marked as crashed and last repair failed’ is closed to new replies.