• i had to move my wordpress to a new host. when running the install again(database were made in new host with same names and password to old ones and i imported the old database to the new ones)i get the following errors after wordpress says it has to repair the database.

    wp_users: Table 'username_wrdp5.wp_users' doesn't exist
    wp_usermeta: Table 'username_wrdp5.wp_usermeta' doesn't exist
    wp_posts: Table 'username_wrdp5.wp_posts' doesn't exist
    wp_links: Table 'username_wrdp5.wp_links' doesn't exist
    wp_options: Table 'username_wrdp5.wp_options' doesn't exist
    wp_postmeta: Table 'username_wrdp5.wp_postmeta' doesn't exist
    wp_terms: Table 'username_wrdp5.wp_terms' doesn't exist
    wp_term_taxonomy: Table 'username_wrdp5.wp_term_taxonomy' doesn't exist
    wp_term_relationships: Table 'username_wrdp5.wp_term_relationships' doesn't exist

    i replaced my database username with the word “username” for posting purposes.

Viewing 1 replies (of 1 total)
  • What I would do is create a new username, password and database, THEN, import the tables to the new database via phpMyAdmin.

    Then, I would make sure that the database prefix and credentials are updated in the wp-config.php file.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Tables are not found in my database’ is closed to new replies.