MySQL 5.6.10 InnoDB cannot create table as table already exists
问题 I have a very interesting case. Several of my InnoDB tables got somehow corrupted. The .frm files of the tables disappeared and only the .ibd files were left. I thought no problem, I will restore these tables from the backup, so I deleted the .frm files and try to create the new tables with the same name, but every time I get "the table already exists", the .ibd file gets created, but the .frm not. Basically now I cannot create InnoDB tables with the given names in the given database. My only