MySQL: Repair all Tables
Of course this does only work with MyISAM based Tables. For InnoDB tables this has no effect.
# mysqlcheck -u <USERNAME> -p --auto-repair --check --optimize --all-databases
Of course this does only work with MyISAM based Tables. For InnoDB tables this has no effect.
# mysqlcheck -u <USERNAME> -p --auto-repair --check --optimize --all-databases