How to Optimize MySQL with MySQLTuner

0
1300

MySQLTuner is a script that will assess MySQL performance and recommend steps to maximize performance. To install and run MySQLTuner, log in to your VPS as the root user and follow these steps (for CentOS):

1. Download MySQLTuner:

Code:
wget http://mysqltuner.com/mysqltuner.pl
chmod 755 mysqltuner.pl

2. Run MySQLTuner:

Code:
./mysqltuner.pl

Configuration can be set in the /etc/my.cnf file.

Leave A Reply

Please enter your comment!
Please enter your name here