June 18, 2013

Post: Recovering CREATE TABLE statement from .frm file

how to recover CREATE TABLE from .frm file ? Recovering from .frm for Innodb Table If we simply copy .frm file back toto create the .MYI and .MYD files for the table to make it work: [root@test3 test]# touch test_myisam.MYI