database tables missing
-
I went to repair the db (with wp_admin/maint/repair.php) and got:
wp_users: Table ‘word_press.wp_users’ doesn’t exist
wp_usermeta: Table ‘word_press.wp_usermeta’ doesn’t exist
wp_posts: Table ‘word_press.wp_posts’ doesn’t exist
wp_comments: Table ‘word_press.wp_comments’ doesn’t exist
wp_links: Table ‘word_press.wp_links’ doesn’t exist
wp_options: Table ‘word_press.wp_options’ doesn’t exist
wp_postmeta: Table ‘word_press.wp_postmeta’ doesn’t exist
wp_terms: Table ‘word_press.wp_terms’ doesn’t exist
wp_term_taxonomy: Table ‘word_press.wp_term_taxonomy’ doesn’t exist
wp_term_relationships: Table ‘word_press.wp_term_relationships’ doesn’t exist
wp_commentmeta: Table ‘word_press.wp_commentmeta’ doesn’t existI’m not sure why these tables are missing, but how can I get them back without a db backup file? Thanks.
The topic ‘database tables missing’ is closed to new replies.