When I run the &Repair a DataBase& thing through WHM.
I get an error messag:
The handler for the table doesn't support check/repair.
Anyone know how to fix it?
When I run the &Repair a DataBase& thing through WHM.
I get an error messag:
The handler for the table doesn't support check/repair.
Anyone know how to fix it?
mysql repair, check, optimise etc functions are for MYISAM table formats, if you database table is innobase or heap etc formats then it won't work
i.e. vBulletin's session table is heap format and is 'in-memory' so no need to worry
.