Optimize MySQL

2009-03-05

To get some really good advices on your MySQL DB on server run these commands:

wget http://mysqltuner.com/mysqltuner.pl

chmod +x mysqltuner.pl

./mysqltuner.pl

Of course this would work only on unix server (not Windows;)) and you should have wget installed