Database erros after network sites activation
-
Hello all,
I have tried to activate the network sites feature to be able to host multiple blogs.
Unfortunately, I got a magnificient “Error establishing a database connection” error when connecting to my original WordPress site.
Of course, my database server is up and running and the database itself looks okay.
Here are the errors I got when I tried to repair the database as asked when accessing the wp-admin foler :
wp_1_posts: Table ‘misterpo.wp_1_posts’ doesn’t exist
wp_1_comments: Table ‘misterpo.wp_1_comments’ doesn’t exist
wp_1_links: Table ‘misterpo.wp_1_links’ doesn’t exist
wp_1_options: Table ‘misterpo.wp_1_options’ doesn’t exist
wp_1_postmeta: Table ‘misterpo.wp_1_postmeta’ doesn’t exist
wp_1_terms: Table ‘misterpo.wp_1_terms’ doesn’t exist
wp_1_term_taxonomy: Table ‘misterpo.wp_1_term_taxonomy’ doesn’t exist
wp_1_term_relationships: Table ‘misterpo.wp_1_term_relationships’ doesn’t exist
wp_1_commentmeta: Table ‘misterpo.wp_1_commentmeta’ doesn’t existAll these tables exist with the “wp_” prefix and the $table_prefix is set to ‘wp_’; in my wp-config.php file.
Any idea ?
Thx in advance.
- The topic ‘Database erros after network sites activation’ is closed to new replies.