From 3d2ceeb859de6c836c5bce70cbafcb553413c804 Mon Sep 17 00:00:00 2001 From: Dan Shepherd Date: Fri, 13 Nov 2015 14:54:24 +0000 Subject: [PATCH] Update mysqltuner.pl Fixed grammar issues in some of the messages. --- mysqltuner.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 2874093..be11cb3 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -792,7 +792,7 @@ sub security_recommendations { . " Anonymous accounts." ); } else { - goodprint "There is no anonymous account in all database users"; + goodprint "There are no anonymous accounts for any database users"; } # Looking for Empty Password @@ -841,7 +841,7 @@ sub security_recommendations { } my @passwords = get_basic_passwords $basic_password_files; - infoprint "There is " + infoprint "There are " . scalar(@passwords) . " basic passwords in the list."; my $nbins = 0; @@ -3101,4 +3101,4 @@ along with this program. If not, see . # indent-tabs-mode: t # cperl-indent-level: 8 # perl-indent-level: 8 -# End: \ No newline at end of file +# End: