I have a whole bunch of mysql databases which seem to have corrupted tables which is a bit of a worry. Repairing them on one site fixed all the issues for that site, but is there a way of repairing all the tables in all databases on the server.

link|improve this question

0% accept rate
feedback

1 Answer

If it is myiasm go into the dir and run

myisamchk -r *.MYI
link|improve this answer
yes it is cheers – user58785 Nov 1 '10 at 14:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.