• Just installed WP on my server and during step 2 in setup it came back with a database error. It asked me to insert the following line into wp-config.php

    define(‘WP_ALLOW_REPAIR’, true);

    I refreshed the page and this is what came back:

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

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

    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.

    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.

    wp_users: Table ‘wordpress.wp_users’ doesn’t exist
    wp_usermeta: Table ‘wordpress.wp_usermeta’ doesn’t exist

The topic ‘Wp Set up – database repair’ is closed to new replies.