HostOnNet Blog

mysql optimization

Looking for Linux Server Admin or WordPress Expert? We can help.

Using MySQLTunner

MySQLTuner is a perl script that check your MySQL installation and suggest you changes based on your usage. To optimize MySQL, run

wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl
chmod 755 mysqltuner.pl
./mysqltuner.pl

Follow the suggestions it shows.

See MySQL

Posted in MySQL

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.