Revision [1716]

Last edited on 2008-05-14 00:05:52 by WikiAdmin
Additions:
===myisamchk===
If you want to check all MyISAM tables and repair any that are corrupted, you can use the following command:
myisamchk --silent --force --fast --update-state \
--key_buffer_size=64M --sort_buffer_size=64M \
--read_buffer_size=1M --write_buffer_size=1M \
/path/to/datadir/*/*.MYI


Revision [915]

Edited on 2007-08-30 20:32:32 by WikiAdmin
Additions:
If the error code is 145, do a **myismchk /path/to/db.MYI** will fix the error.
Deletions:
If the error code is 145, do a myismchk /path/to/db.MYI will fix the error.


Revision [914]

The oldest known version of this page was created on 2007-08-30 20:32:15 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki