• 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 ‘thefengshui.wp_posts’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_posts table. Error: Table ‘thefengshui.wp_posts’ doesn’t exist

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

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

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

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

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

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

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

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

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

    Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.

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

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It seems that your WordPress DB is missing these tables.

    Can you see when you access the DB from PHPMyAdmin for example?

    Table does not support optimize, doing recreate + analyze instead.

    It is because the table that you are using is InnoDB.

    You can optimize the InnoDB tables by using this.

    ALTER TABLE table.name ENGINE=’InnoDB’;

    Thread Starter aquib1995

    (@aquib1995)

    After importing the dummy content of the theme the table where automatically removed.
    While importing I had checked the tables the total count were 65 and now its just 45 after the demo got suddenly stop… @visnik21

    • This reply was modified 7 years, 11 months ago by aquib1995.
    Thread Starter aquib1995

    (@aquib1995)

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

    I guess these tables were removed automatically

    @visnik21

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

The topic ‘Database Issue’ is closed to new replies.