What is error 22?
I'm trying to check an index file and recieve the following error:
error: 22 when opening MyISAM-table 'test.MYI'
cmdline: myisamchk test.MYI
I have tried this with the service both running and shutdown.
Thanks
did you try and just type
REPAIR TABLE test
at the mysql prompt?
/usr/local/mysql/bin/perror 22
mysql has a error interpreter in the bin dir
thanks
jeff