Hey folks...
While we weren't paying attention, one of the tables we were logging to got big. Really big... like over 2 gigs... and then the server crashed and the data became corrupt.
'Course, we'd like that data back...
Normal recovery seems to grab 490 rows... but, originally there were some 22 million rows in there.
So far, I've tried: myisamchk -f tableName myisamchk -o tableName myisamchk -unpack tableName
Same result, every time. Weird, eh?
Some corruption is no problem. (We'll take what we can get.)
I believe that the table was packed up at some point, but I'm not sure.
So... what are my options here?
Machine is linux - using ubuntu on the recovery box.
-- jon
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]