• I’m working for the first timne with WordPress and I need to be able to set up a local host. I got XAMPP up and running without any issues but setting up and installing wordpress is not working. I’m getting the following error:

    The wp_users table is okay.

    The wp_usermeta table is okay.

    The wp_posts table is not okay. It is reporting the following error: Table ‘wordpress_db.wp_posts’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_posts table. Error: Table ‘wordpress_db.wp_posts’ doesn’t exist

    The wp_comments table is okay.

    The wp_links table is not okay. It is reporting the following error: Table ‘wordpress_db.wp_links’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_links table. Error: Table ‘wordpress_db.wp_links’ doesn’t exist

    The wp_options table is not okay. It is reporting the following error: Table ‘wordpress_db.wp_options’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_options table. Error: Table ‘wordpress_db.wp_options’ doesn’t exist

    The wp_postmeta table is not okay. It is reporting the following error: Table ‘wordpress_db.wp_postmeta’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_postmeta table. Error: Table ‘wordpress_db.wp_postmeta’ doesn’t exist

    The wp_terms table is okay.

    The wp_term_taxonomy table is okay.

    The wp_term_relationships table is okay.

    The wp_commentmeta table is okay.

    Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter giantsnation1

    (@giantsnation1)

    Ok, created the missing tables but now it still refuses to install.

    The wp_users table is okay.

    The wp_usermeta table is okay.

    The wp_posts table is okay.

    The wp_comments table is okay.

    The wp_links table is okay.

    The wp_options table is okay.

    The wp_postmeta table is okay.

    The wp_terms table is okay.

    The wp_term_taxonomy table is okay.

    The wp_term_relationships table is okay.

    The wp_commentmeta table is okay.

    Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.

    define(‘WP_ALLOW_REPAIR’, true);

    Removing “define(‘WP_ALLOW_REPAIR’, true);” doesn’t work

    Thread Starter giantsnation1

    (@giantsnation1)

    Newest error:

    Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    Suggest that you try again with a fresh install. If it works you are free to delete this first attempt.

    Thread Starter giantsnation1

    (@giantsnation1)

    That worked – thanks!

    I also had to remove my password for the local host site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multple DBs missing’ is closed to new replies.