diff --git a/mysqltuner.pl b/mysqltuner.pl index 9bf4622..41ed914 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 @@ 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: