View Single Post
Old 11-07-2008, 10:13 AM   #2 (permalink)
Runar
The Contributor
 
Runar's Avatar
 
Join Date: Nov 2008
Location: Norway
Posts: 58
Thanks: 20
Runar is on a distinguished road
Default

I found this after a quick Google search:

Quote:
Originally Posted by http://i1.no/06l3/
First create a database to restore and create the tables with same name of XXX.frm files (with one field, only to create the .frm files);

After, stop mysql service and replace the created .frm files with saved .frm files;

Finally, start mysql service and see, the tables are replaced with old columns, but sure, without data.
Some say it worked, some say it did not. I think it is worth a try.

Good luck!
Send a message via MSN to Runar
Runar is offline  
Reply With Quote
The Following User Says Thank You to Runar For This Useful Post:
Dave (11-07-2008)