MySQLTuner is the Debian Package of the Day!

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

Printed from: http://rackerhacker.com/2008/05/28/mysqltuner-is-the-debian-package-of-the-day/ .
© Major Hayden 2012.

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

Leave a Reply

 

  • Welcome! I started this blog as a way to give back to all of the other system administrators who have taught me something in the past. Writing these posts brings me a lot of enjoyment and I hope you find the information useful. If you spot something that's incorrect or confusing, please write a comment and let me know. Drop me a line if there's something you want to know more about and I'll do my best to write a post on the topic.
    -- Major Hayden

    Flattr this