[EMAIL PROTECTED] wrote:
>
> I'm running mysql v3.22.32 and encountered a corrupt key file for a table. I
> searched the documentation on the site, but it doesn't seem to pertain to this
> version of mysql any longer. I'm hesitant to upgrade to 3.23.32 until I can
> figure out what it might break. Does anyone have the steps that will allow me
> to repair a db table for 3.22.32?
>
The documentation that you should use when you have an older version
of mysql is the documentation that came with your copy.
You should do this to replair a table
shutdown the mysqld daemon
isamchk -r <tablename>.ISM
make sure everything is repaird according to isamchk ouput
start the mysqld daemon.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php