• I can’t log in to my wordpress because of a corrupted database. I did the wp_allow_repair in the config file thing and this is the result I got from that attempt:
    wp_users: Table ‘digitals_wp193.wp_users’ doesn’t exist
    wp_usermeta: Table ‘digitals_wp193.wp_usermeta’ doesn’t exist
    wp_posts: Table ‘digitals_wp193.wp_posts’ doesn’t exist
    wp_comments: Table ‘digitals_wp193.wp_comments’ doesn’t exist
    wp_links: Table ‘digitals_wp193.wp_links’ doesn’t exist
    wp_options: Table ‘digitals_wp193.wp_options’ doesn’t exist
    wp_postmeta: Table ‘digitals_wp193.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘digitals_wp193.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘digitals_wp193.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘digitals_wp193.wp_term_relationships’ doesn’t exist
    wp_termmeta: Table ‘digitals_wp193.wp_termmeta’ doesn’t exist
    wp_commentmeta: Table ‘digitals_wp193.wp_commentmeta’ doesn’t exist

    Based on this can I still repair the database or is there something else I can do?

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Error says these tables don not exist!

    Double check the credentials (name of tables, database, etc.) stored in the wp-config.php file not matching what mysql expects.

    • This reply was modified 9 years, 2 months ago by t-p.
Viewing 1 replies (of 1 total)

The topic ‘Corrupted Database’ is closed to new replies.