Ok, digging deaper when I do this: myisamchk -r *.ISM I get: myisamchk: error: 'article.ISM' doesn't have a correct index definition. You need to recreate it before you can do a repair On all tables!
TH Emiliano wrote: > > Tarjei Huse wrote: > > > It seems that this fixed it: > > mysqldump midgard > dbfile > > mysqladmin drop midgard > > mysqladmin create midgard > > mysql midgard < dbfile > > > > are there any problems with this method I should know about? > > I can't think of any. Was the filesystem corrupted or somesuch? The > above should yield a totally identical database. > > Emile > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
