» Quick Start
Downloading and using MySQLTuner is actually a very simple process:
wget mysqltuner.pl perl mysqltuner.pl
If you’d rather not invoke perl every time, just make it executable:
chmod u+x mysqltuner.pl ./mysqltuner.pl
» Latest development version
If you want to get the bleeding edge commits, you can check out the latest code with git:
git clone git://github.com/rackerhacker/MySQLTuner-perl.git
Please note: The bleeding edge commits have not gone through the rigorous tests that a release must pass.
» Changelog
For those of you interested in the detailed changelog, you’ll find it within the MySQLTuner-perl github repository.
