Hello :
sometimes that MySQL server restart many time some innodb table broke and We get Error as like :
130701 22:00:32 [ERROR] Cannot find or open table "asasmsin_shop/skh_aff_commissions" from
the internal data dictionary of InnoDB though the .frm file for the
table exists. Maybe you have deleted and recreated InnoDB data
files but have forgotten to delete the corresponding .frm files
of InnoDB tables, or you have moved .frm files to another database?
or, the table contains indexes that this version of the engine
doesn't support.
See MySQL :: MySQL 5.1 Reference Manual :: 14.6.12.3 InnoDB General Troubleshooting
Is it possible prevent this issue when database server restart or other times ?
Thanks
sometimes that MySQL server restart many time some innodb table broke and We get Error as like :
130701 22:00:32 [ERROR] Cannot find or open table "asasmsin_shop/skh_aff_commissions" from
the internal data dictionary of InnoDB though the .frm file for the
table exists. Maybe you have deleted and recreated InnoDB data
files but have forgotten to delete the corresponding .frm files
of InnoDB tables, or you have moved .frm files to another database?
or, the table contains indexes that this version of the engine
doesn't support.
See MySQL :: MySQL 5.1 Reference Manual :: 14.6.12.3 InnoDB General Troubleshooting
Is it possible prevent this issue when database server restart or other times ?
Thanks