MySQLTuner is the Debian Package of the Day!

I just received a Google Alert about MySQLTuner being the Debian Package of the Day!

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Printed from: http://rackerhacker.com/2008/05/28/mysqltuner-is-the-debian-package-of-the-day/ .
© Major Hayden 2010.

5 Comments   »

  • santisaez says:

    Congratulations!!! MySQLTuner is a great tool :-)

  • Julien Tartarin says:

    Could it be integrated into phpMyAdmin "server status" page ?

  • major says:

    @santisaez Thank you for the compliment! Let me know if you have any ideas for improvements.

    @Julien That could be possible, but I'd have to talk to the PHPMyAdmin developers. Or, I might be able to fashion a patch that you could run. I'll look into it!

  • amirkhan says:

    made a slight change to this script as my host does not allow local connections, and now you can check remote servers.


    } else {
    print "Please enter your MySQL login: ";
    my $name = ;

    print "Please enter your MySQL hostname: ";
    my $hname = ;

    print "Please enter your MySQL password: ";
    system("stty -echo"); #don't show the password
    my $password = ;
    system("stty echo"); #plz give echo back
    chomp($password);
    chomp($name);
    chomp($hname);
    $mysqllogin = "-h $hname -u $name -p'$password'";

  • wolfman says:

    Congratulations Major, I was always a fan of your tool.

RSS feed for comments on this post , TrackBack URI

Leave a Reply