Command Line Fix for a Super Large MySQL Table Marked as Damaged


Repairing a MySQL table that was over 4Gb in size would have taken days without this command:

myisamchk -Fvvr TABLENAME

That’s a -Fast -Repair -very verbosely.