From a31ea3cda52cf5ba78ccbf947b08db96cad24166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 16 Sep 2015 18:11:42 +0200 Subject: [PATCH] Change anonymous account recommendation to plural --- mysqltuner.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 9bf4622cd..41ed91459 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1256,9 +1256,9 @@ sub security_recommendations { badprint "User '" . $line . "' is an anonymous account."; } push( @generalrec, - "Remove Anonymous User account - there is " + "Remove Anonymous User accounts - there are " . scalar(@mysqlstatlist) - . " Anonymous account." ); + . " Anonymous accounts." ); } else { goodprint "There is no anonymous account in all database users"; @@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE # indent-tabs-mode: t # cperl-indent-level: 8 # perl-indent-level: 8 -# End: \ No newline at end of file +# End: