Tables
-
I just upgraded a newly installed site to have a network, but once I did it had issues accessing the database. I did a repair of the tables and saw the following:
wp_1_posts: Table ‘tcgwpmublogs.wp_1_posts’ doesn’t exist
wp_1_comments: Table ‘tcgwpmublogs.wp_1_comments’ doesn’t exist
wp_1_links: Table ‘tcgwpmublogs.wp_1_links’ doesn’t exist
wp_1_options: Table ‘tcgwpmublogs.wp_1_options’ doesn’t exist
wp_1_postmeta: Table ‘tcgwpmublogs.wp_1_postmeta’ doesn’t exist
wp_1_terms: Table ‘tcgwpmublogs.wp_1_terms’ doesn’t exist
wp_1_term_taxonomy: Table ‘tcgwpmublogs.wp_1_term_taxonomy’ doesn’t exist
wp_1_term_relationships: Table ‘tcgwpmublogs.wp_1_term_relationships’ doesn’t exist
wp_1_commentmeta: Table ‘tcgwpmublogs.wp_1_commentmeta’ doesn’t existFor some reason the tables were never created? How do I make it so that the tables are created properly?
Also, did I maybe do the wrong grants for the user?
GRANT ALL PRIVILEGES ONtcgwpmublogs.* TO ‘wpmublogs’@’localhost’Thanks.
The topic ‘Tables’ is closed to new replies.