Backup failing – __global_search table marked as crashed and site is not woking

Hi,

I am trying to take a backup and restart my server, but it is not working. During the backup process I get the following error:

Table ‘__global_search’ is marked as crashed and should be repaired when dumping table __global_search at row: 78081

Because of this error the backup process fails and the site is not working properly.

What is the correct way to fix this or repair the database so the backup can complete successfully?

Repair this table from your mysql console,

repair table __global_search;

1 Like