Repairing a MySQL table that was over 4Gb in size would have taken days without this command:
myisamchk -Fvvr TABLENAME
That’s a -F
ast -R
epair -v
ery v
erbosely.
Repairing a MySQL table that was over 4Gb in size would have taken days without this command:
myisamchk -Fvvr TABLENAME
That’s a -F
ast -R
epair -v
ery v
erbosely.