RE: SOLVED! (was: RE: Error : Incorrect key file for table 'X')

2009-04-26 Thread abdulazeez alugo
> From: ad...@asarian-host.net > Subject: SOLVED! (was: RE: Error : Incorrect key file for table 'X') > Date: Sun, 26 Apr 2009 21:15:15 + > To: mysql@lists.mysql.com > > Okay, I finally got it fixed. I was on the right track going the mysqldump > route, but tur

SOLVED! (was: RE: Error : Incorrect key file for table 'X')

2009-04-26 Thread Mark
Okay, I finally got it fixed. I was on the right track going the mysqldump route, but turns out I had to physically do a 'rm -rf' on the mysql dir (sans the mysql database itself; and after mysqld was shut down, of course), even though I had mysqldump add command to DROP existing databases first. A