Drupal 6 : Warning: Table 'watchdog' is marked as crashed

Tuesday of June 19, 2012

Drupal 6 : Warning: Table 'watchdog' is marked as crashed and should be repaired query

After my server crashed due to out of memory, my drupal applications kept on throwing this error upon user login.

Warning: Table 'watchdog' is marked as crashed and should be repaired query: INSERT INTO watchdog

A quick fix to resolve this is to run the following SQL REPAIR TABLE `watchdog` in your database.