• grollaz

    (@grollaz)


    Hi, I have a wultisite installation with 3 sites, now after a error 500 and reapired the bd table, i have this message:

    wp_options: Table is marked as crashed

    What i can do?

    Thanks.

Viewing 1 replies (of 1 total)
  • robscott

    (@robscott)

    You may need to get MySQL to repair this table.

    If you have phpMyAdmin, you can select the table and click “repair table” (its in the drop-down to the right of “check tables having overhead”).

    If you don’t you can run the following command in terminal, once connected to MySQL:

    REPAIR TABLE wp_options;

    Note that this may not always work.

Viewing 1 replies (of 1 total)
  • The topic ‘Repair Option Table’ is closed to new replies.