Elekes Attila wrote:
> 
> Steve Ruby wrote:
> 
> > Elekes Attila wrote:
> > >
> > > Hi!
> > >
> > > The mysql server (version 3.22.32-4) has hanged up, and the restarting
> > > causes a part of the
> > > *.ISM and *.ISD files are gone. Unfortuanetly, I have not got a backup
> > > from these files :(
> > > Is there any method to recover the mysql tables from the remaining
> > > *.MYD, *MYI and *.frm
> > > files ? Thanks for ANY help!!!
> > >
> > > Attila
> >


I may have confused things here.. sorry... If you have version 3.22.32
you Cannot use the MYI and MYD files those are the MyISAM tables, the
ISM and ISD files are ISAM tables which were the starndard format for
pre 3.23 versions...

If you are running 3.22.32 how did you get MYI and MYD files? You should
have only one or the other depending on the type fo the tables and
with 3.22.x you must have only the ISM/ISD files.

Can you explain what happend?  If you converted the tables from ISAM
to MyISAM format the MYD .IS* filew will go away, but you will be
required to use 3.23.x version with the .MY* files

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to