• Resolved suyashekhande

    (@suyashekhande)


    i got them while repairing the database

    wpkm_usermeta: 3 clients are using or haven’t closed the table properly
    wpkm_posts: 2 clients are using or haven’t closed the table properly
    wpkm_comments: 2 clients are using or haven’t closed the table properly
    wpkm_options: 4 clients are using or haven’t closed the table properly
    wpkm_postmeta: 4 clients are using or haven’t closed the table properly

Viewing 1 replies (of 1 total)
  • Hello,

    Try following SQL Query in your PHPMyadmin for the Tables you have problem with.

    For Example :

    REPAIR TABLE wp_options

    More info about this command: MySQL Reference Manual: REPAIR TABLE Syntax
    If this doesn’t help, try issuing the command with the following arguments:

    REPAIR TABLE wp_options EXTENDED
    or
    REPAIR TABLE wp_options USE_FRM

    Read the info about USE_FRM in the MySQL manual.

Viewing 1 replies (of 1 total)
  • The topic ‘Please help me fix this database erros’ is closed to new replies.