MySQL Table marked as crashed

  Uncategorized

Was unable to connect to DB, checked MySQL error log saw:

/usr/sbin/mysqld: Table './my_db/my_table' is marked as crashed and should be repaired

Logged onto MySQL, did this;

USE my_db;
REPAIR TABLE my_table;

Fixed.