This is an old revision of the document!


MySQL Maintenance and Repair

Repair and optimize MySQL tables
mysqlcheck --auto-repair --check --optimize --all-databases

Cleanup

mysqlcheck --auto-repair --check --optimize --all-databases