• Hi.

    I try repair mysql tables i get error:

    wp_users: Table ‘blog.wp_users’ doesn’t exist
    wp_usermeta: Table ‘blog.wp_usermeta’ doesn’t exist
    wp_comments: Table ‘blog.wp_comments’ doesn’t exist
    wp_links: Table ‘blog.wp_links’ doesn’t exist
    wp_options: Table ‘blog.wp_options’ doesn’t exist
    wp_postmeta: Table ‘blog.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘blog.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘blog.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘blog.wp_term_relationships’ doesn’t exist
    wp_commentmeta: Table ‘blog.wp_commentmeta’ doesn’t exist

    But i use this command;

    use blog;

    show tables;

    it’s run. no problem

    how to repair 🙁 help me

The topic ‘Repair Errors’ is closed to new replies.