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.
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.