• I’m installing WP on my window 2012 server using XAMPP.
    When run the install.php, the error happens, and then I run the script define(‘WP_ALLOW_REPAIR’, true);
    the errors are shown bellow:

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

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

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

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

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

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

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

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

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

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

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

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try removing the “.” (dot) from your WordPress database prefix (substitute an underscore instead) then re-run the installation routine and see if the install completes without error.

    Thread Starter phuongnv1982

    (@phuongnv1982)

    Dear Clayton James,
    the dot “.” is not followed my prefix, it’s my database name “wp”, the prefix is after my database name.
    I think the problem is that the database could not be created while installing WordPress. But I dont know to to check and fix it.
    Pls help me to deal with this issue.

    Thanks,

    • This reply was modified 6 years, 6 months ago by phuongnv1982.

    it looks like there could be at least one valid username and email posted in all that info.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Please don’t post your database like that @phuongnv1982 – I’ve removed the post.

    @phuongnv1982

    the dot “.” is not followed my prefix, it’s my database name “wp”, the prefix is after my database name.

    You are absolutely correct. I apologize for misinterpreting what I was seeing. Were you finally able to get WordPress installed without errors?

    hi i think i have the same problem. i created the database on PhpMyAdmin but on the next steps of the installation i am getting this error:

    “One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.”

    then if i click on the repair button this is what I get:

    **********************************************************
    WordPress

    Database repair results
    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 ‘avadatestsite.wp_posts’ doesn’t exist. WordPress will attempt to repair this table…
    Failed to repair the wp_posts table. Error: Table ‘avadatestsite.wp_posts’ doesn’t exist

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

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

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

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

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

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

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

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

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

    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_posts: Table ‘avadatestsite.wp_posts’ doesn’t exist
    wp_comments: Table ‘avadatestsite.wp_comments’ doesn’t exist
    wp_links: Table ‘avadatestsite.wp_links’ doesn’t exist
    wp_options: Table ‘avadatestsite.wp_options’ doesn’t exist
    wp_postmeta: Table ‘avadatestsite.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘avadatestsite.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘avadatestsite.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘avadatestsite.wp_term_relationships’ doesn’t exist
    wp_termmeta: Table ‘avadatestsite.wp_termmeta’ doesn’t exist
    wp_commentmeta: Table ‘avadatestsite.wp_commentmeta’ doesn’t exist

    **********************************************************

    well, it makes sense because the i didn’t manually create the above mentioned missing tables (not part of the instruction). i only created the database then i proceeded to the installation. does the creation of those tables automatic? if i need to manually create those tables i dont know the values and other details to set. please help me. thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress Installing Problem’ is closed to new replies.