Hi, i found way to restore innodb with only .frm files. 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. I hope it help. Luiz Pestana