Title: Database Issue
Last modified: June 14, 2018

---

# Database Issue

 *  [aquib1995](https://wordpress.org/support/users/aquib1995/)
 * (@aquib1995)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdatabase-issue-17%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [dovevgo](https://wordpress.org/support/users/dovevgo/)
 * (@dovevgo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/#post-10398749)
 * Hi,
 * It seems that your WordPress DB is missing these tables.
 * Can you see when you access the DB from PHPMyAdmin for example?
 *  [Vishal Chowdhary](https://wordpress.org/support/users/visnik21/)
 * (@visnik21)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/#post-10398755)
 * 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](https://wordpress.org/support/users/aquib1995/)
 * (@aquib1995)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/#post-10398785)
 * 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](https://wordpress.org/support/users/visnik21/)
    -  This reply was modified 7 years, 11 months ago by [aquib1995](https://wordpress.org/support/users/aquib1995/).
 *  Thread Starter [aquib1995](https://wordpress.org/support/users/aquib1995/)
 * (@aquib1995)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/#post-10398788)
 * 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](https://wordpress.org/support/users/visnik21/)

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [aquib1995](https://wordpress.org/support/users/aquib1995/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/database-issue-17/#post-10398788)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
