Skip to main content

InnoDB: Error opening table after MyISAM convert

Comments

2 comments

  • cPanelMichael
    Hello :) I recommend reviewing the following documentation first: [url=http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html]MySQL :: MySQL 5.5 Reference Manual :: 14.3.19.3 Troubleshooting InnoDB Data Dictionary Operations Try the solutions offered here and let us know the outcome. Thank you.
    0
  • Bestrafung
    [quote="cPanelMichael, post: 1592892">Hello :) I recommend reviewing the following documentation first: [url=http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html]MySQL :: MySQL 5.5 Reference Manual :: 14.3.19.3 Troubleshooting InnoDB Data Dictionary Operations Try the solutions offered here and let us know the outcome. Thank you.
    Thank you for the reply. I don't see anything useful in that documentation. I already dropped the tables and recreated them without issue. They are currently working as MYISAM with no issues but MySQL keeps complaining that it can't find the filespaces/.ibd files. The only thing I can think to try is to drop the tables again and copy all of the .frm and .ibd files from an older backup from before the MYISAM conversion to see if that makes it happy. Surely there's another way to do this than that. All I need it to do is recognize that there is no INNODB anymore and stop looking for the .ibd files. I'd appreciate any ideas.
    0

Please sign in to leave a comment.