MySQL Table does not support optimize

Posted by Dscoduc on Server Fault See other posts from Server Fault or by Dscoduc
Published on 2010-03-23T20:51:35Z Indexed on 2010/03/23 20:53 UTC
Read the original article Hit count: 548

Filed under:
|

My Wordpress tables appear to be in need of optimization so I looked into the commmand OPTIMIZE TABLE . When I run the command I get the following results:

Table does not support optimize, doing recreate + analyze instead

The tables are built using the Wordpress 2.91 installer and haven't been modified at all.

  1. Is this normal?
  2. How can I optimize my database to keep things working correctly?

© Server Fault or respective owner

Related posts about Wordpress

Related posts about mysql