
For this guide I will use a VPS with VestaCP installed to make things a bit easier for me. A Control Panel like VestaCP is not needed but you do need to have a working webserver with atleast PHP 5.1…
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): Download MySQLTuner:
1 |
# wget --no-check-certificate https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl |
make it…