MySQL Forums
Forum List  »  MyISAM

INDEX
Posted by: Marcel David
Date: March 08, 2006 06:29AM

Hi,

I´m in Brazil and I have an old system written in PHP using MySQL 3.23.
My application always works very well (4 years without great problems), but last week I had a HardDisk problem in my Server and my backup was not suficient to recover all data.
I got MySQL files (.FRM, .MYD, .MYI) from HD and installed it on another server.
When I try to list all data from a table (select), my result is blank. But if I select part of this table data (select where a few hours before the HD crash), it shows perfectelly my records.
I try to select some records among that crashes data and I have success in some cases and not in others.

I think it's an index problem... I tried to recover using myisamchk -r (-o, -k 0, -f, -q), REPAIR TABLE, ALTER TABLE ENABLE KEYS... but I didn't have success...

I think my .MYD file is ok, but my .MYI is crashed.
Is there any program that resolve my problem? Someone can help me, please?

Thanks!!!
(Sorry, my English is poor)

Options: ReplyQuote


Subject
Views
Written By
Posted
INDEX
3270
March 08, 2006 06:29AM
1733
March 08, 2006 12:33PM
1723
March 09, 2006 04:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.