Filed under:
How do I OPTIMISE all MySQL databases on my virtual / dedicated server?
Optimising All Databases
You can optimise your databases using mysql as the root user with the mysqlcheck utility...
from an ssh prompt as root type
mysqlcheck -o -u root -p --all-databasesNote:
This will take some time and cause significant load to your server
Add to Favourites Print this Article
Also Read