• wp_posts: Table ‘web.wp_posts’ doesn’t exist
    wp_comments: Table ‘web.wp_comments’ doesn’t exist
    wp_links: Table ‘web.wp_links’ doesn’t exist
    wp_options: Table ‘web.wp_options’ doesn’t exist
    wp_postmeta: Table ‘web.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘web.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘web.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘web.wp_term_relationships’ doesn’t exist
    wp_termmeta: Table ‘web.wp_termmeta’ doesn’t exist
    wp_commentmeta: Table ‘web.wp_commentmeta’ doesn’t exist

Viewing 4 replies - 1 through 4 (of 4 total)
  • Those errors are saying that the tables do not exist. You need to check the database to see if those tables are there.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Thread Starter robrl

    (@robrl)

    The wp_users table is okay.

    Failed to optimize the wp_users table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_usermeta table is okay.

    Failed to optimize the wp_usermeta table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_posts table is not okay. It is reporting the following error: Table ‘web.wp_posts’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_posts table. Error: Table ‘web.wp_posts’ doesn’t exist

    The wp_comments table is not okay. It is reporting the following error: Table ‘web.wp_comments’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_comments table. Error: Table ‘web.wp_comments’ doesn’t exist

    The wp_links table is not okay. It is reporting the following error: Table ‘web.wp_links’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_links table. Error: Table ‘web.wp_links’ doesn’t exist

    The wp_options table is not okay. It is reporting the following error: Table ‘web.wp_options’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_options table. Error: Table ‘web.wp_options’ doesn’t exist

    The wp_postmeta table is not okay. It is reporting the following error: Table ‘web.wp_postmeta’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_postmeta table. Error: Table ‘web.wp_postmeta’ doesn’t exist

    The wp_terms table is not okay. It is reporting the following error: Table ‘web.wp_terms’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_terms table. Error: Table ‘web.wp_terms’ doesn’t exist

    The wp_term_taxonomy table is not okay. It is reporting the following error: Table ‘web.wp_term_taxonomy’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_term_taxonomy table. Error: Table ‘web.wp_term_taxonomy’ doesn’t exist

    The wp_term_relationships table is not okay. It is reporting the following error: Table ‘web.wp_term_relationships’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_term_relationships table. Error: Table ‘web.wp_term_relationships’ doesn’t exist

    The wp_termmeta table is not okay. It is reporting the following error: Table ‘web.wp_termmeta’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_termmeta table. Error: Table ‘web.wp_termmeta’ doesn’t exist

    The wp_commentmeta table is not okay. It is reporting the following error: Table ‘web.wp_commentmeta’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_commentmeta table. Error: Table ‘web.wp_commentmeta’ doesn’t exist

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I think you’ll need to restore your database from a backup. (If you don’t back up your site, contact your host.)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘database repair error’ is closed to new replies.