Have you tried MySQLTuner yet? It's free and it makes optimizing your MySQL server easier than ever!

MySQLTuner v0.9.0 is now available. There is a bug fix and also a new feature!

Fixed a bug in the enumeration/sizing of tables in MySQL 5
In MySQL 5 on some distributions, a NULL is returned for the storage engine and data length. Luuk Vosslamber quickly e-mailed me about the bug yesterday and it has been fixed.

MySQLTuner version checking
MySQLTuner will now check to see if a new version is available when the script runs. You can disable the check with the --skipversion option if you do not wish to perform the check.

The version check does not submit any information about the server, the MySQL installation, or any of your MySQL data. It simply queries a page on mysqltuner.com with the version number of your currently running script. Based on the value returned by the page, MySQLTuner will alert you if a new version is available.

To download the new version right now, please go to the project page and use the download links.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
2 Responses to “MySQLTuner v0.9.0 is now available”
  1. Thanks for this tool. I’ve used it a few times for quick pass optimization. Very good for getting some benchmarks for further tuning.

    Also, PHPMyAdmin has some useful stats in the ’show runtime information’ link. The suggestions on the page are not too useful but much easier to read than the command line output.

  2. @jeffatrackaid: I’m glad to hear you enjoy the tuner! I’m working on some new features for the next version.

Leave a Reply

You must be logged in to post a comment. Login »