Hi, I would like to thank everyone (esp Carsten and Jocelyn) who helped me solve this problem. It now seems that the db now works ok.
For the record, I suggest that isamchk should contain a warning in the help text that you should not run it when mysqld is running. This combined with isamchk -i *.ISM. Also, I'll backup using mysqldump from now on, not just tarballing my dbdirs :) Tarjei "Carsten H. Pedersen" wrote: > > > isamchk -e -o page.ISM > > I get: > > Found block with too small length at 2249; Skipped > > ... > > Now what do I do?? > > Restore from backup? > > Your table structure is definitely corrupted. > > What happens if you run isamchk with just "-r": > > isamchk -r page.ISM > > ? > > / Carsten > -- > Carsten H. Pedersen > keeper and maintainer of the bitbybit.dk MySQL FAQ > http://www.bitbybit.dk/mysqlfaq --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
