• Resolved thecaligarmo1

    (@thecaligarmo1)


    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 exist

    For 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 ON tcgwpmublogs.* TO ‘wpmublogs’@’localhost’

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter thecaligarmo1

    (@thecaligarmo1)

    I can’t figure out how to delete a post, but I was able to figure out the issue… sorry. Consider this resolved.

Viewing 1 replies (of 1 total)

The topic ‘Tables’ is closed to new replies.