MyBB Community Forums

Full Version: The storage engine for the table doesn't support repair
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I want to ask, how to fix this problem.. When i try to optimize my db, i received that error..

[mybb_upgrade_data] note: The storage engine for the table doesn't support repair
What type is the mybb_upgrade_data table? The easiest way to find this is through PHPMyAdmin.
(2015-06-11, 10:14 PM)dragonexpert Wrote: [ -> ]What type is the mybb_upgrade_data table?  The easiest way to find this is through PHPMyAdmin.

[Image: 5555.png]
That's not the view I need. You need to be in table list. This lists your tables and what storage engine they use such as MyISAM and Innodb.
[Image: 4c43.png]

InnoDB
(2015-06-12, 01:57 PM)gamemaster Wrote: [ -> ]InnoDB

Deselect that table from the list when you optimize - it doesn't need it.