I am working on MySQL 5.5 and trying to do index rebuild using an OPTIMIZE TABLE query. I am getting the error below:
OPTIMIZE TABLE
Table does not support
The better option is create a new table copy the rows to the destination table, drop the actual table and rename the newly created table . This method is good for small tables,