MySQL Table does not support optimize
- by Dscoduc
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.
Is this normal?
How can I optimize
my database to keep things working
correctly?