• I just moved my site to another host and I can’t access the wp-admin, I’m getting a database error and it’s throwing the following

    wp_users: Table ‘graham60_wrdp8.wp_users’ doesn’t exist
    wp_usermeta: Table ‘graham60_wrdp8.wp_usermeta’ doesn’t exist
    wp_posts: Table ‘graham60_wrdp8.wp_posts’ doesn’t exist
    wp_postmeta: Table ‘graham60_wrdp8.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘graham60_wrdp8.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘graham60_wrdp8.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘graham60_wrdp8.wp_term_relationships’ doesn’t exist

    Suggestions pls

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • It means the database tables were not created on your new host. Did you run the SQL file from phpmyadmin?

    You might wanna use this plugin

    http://wordpress.org/extend/plugins/duplicator/

    or other similar plugins to move your site instead. It is also possible that you didn’t enter the database name in wp-config.php correctly, to reflect the new database name, because it’s probably different from “graham60_wrdp8”.

    – First, try contacting the hosting provider if the database server is online / if they have any other problem at their end, or they made any changes to your account, or if there are any limitations/restrictions, if the hosting package is set to Windows and not Linux, etc .

    – double check your wp-config.php file settings for the database name, database username and database password. This is where most errors occur.

    -Then check that you don’t need to change the database host from “localhost” to something else. You can get that info from your hosting provider.

    -Check you have actually created a database with the same database name as is in your wp-config.php file.
    -Last, but not least, if all that information is correct your database probably has a problem with it, and you may need to contact your hosting provider.

Viewing 2 replies - 1 through 2 (of 2 total)

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