MySQL Forums
Forum List  »  Backup

Structure lost
Posted by: Martin Poirier
Date: May 05, 2006 10:08PM

Hi,

my hosting compagny did have a problem and now I'm not able to retrieve (make a backup) of my database. I did try so code and figure out that the mysql system is not able to have acces to the structure of the table
(it's freeze when I execute a "SHOW CREATE TABLE table_name" but I'm able to retrieve the table list via the function mysql_list_tables(data_base_name) of php)

Could someone give me a track of how I could recover the data, I still have the structure in a file that I first use to create the table, is there a way to recharge this without erasing the data ?

Thanks for your help

Martin

Options: ReplyQuote


Subject
Views
Written By
Posted
Structure lost
2672
May 05, 2006 10:08PM


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.