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-databases

Note:
This will take some time and cause significant load to your server



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read

Language: