Archives for: September 2006, 02

09/02/06

Permalink 12:41:56 am, by Ben Franske Email , 67 words   English (US)
Categories: Server Notes

Repairing MySQL tables with myisamchk

About the only time I have a problem with one of my MySQL database servers is if the power goes out at just the wrong time during a database write. Luckily for me MySQL comes with a handy utility called myisamchk which can be used to repair corrupted database tables. Instructions for how to use this utility can be found on this page in the MySQL documentation.