11-07-2008, 10:13 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Nov 2008
Location: Norway
Posts: 58
Thanks: 20
|
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!
|
|
|