wordpress installation on localhost returns db errors
-
Hi there,
After running the ‘repair’ database during installation of WordPress on my localhost, I receive the following error message.
I take these to mean the respective tables have not been created. Why would that happen?
wp_posts: Table ‘wpdb.wp_posts’ doesn’t exist
wp_comments: Table ‘wpdb.wp_comments’ doesn’t exist
wp_links: Table ‘wpdb.wp_links’ doesn’t exist
wp_options: Table ‘wpdb.wp_options’ doesn’t exist
wp_postmeta: Table ‘wpdb.wp_postmeta’ doesn’t exist
wp_terms: Table ‘wpdb.wp_terms’ doesn’t exist
wp_term_taxonomy: Table ‘wpdb.wp_term_taxonomy’ doesn’t exist
wp_term_relationships: Table ‘wpdb.wp_term_relationships’ doesn’t exist
wp_termmeta: Table ‘wpdb.wp_termmeta’ doesn’t exist
wp_commentmeta: Table ‘wpdb.wp_commentmeta’ doesn’t existYour help would be much appreciated.
Regards,
Nick
- The topic ‘wordpress installation on localhost returns db errors’ is closed to new replies.