Skip to content

Commit

Permalink
Merge pull request #128 from ravage84/patch-2
Browse files Browse the repository at this point in the history
Change anonymous account recommendation to plural
  • Loading branch information
jmrenouard committed Sep 17, 2015
2 parents 3aaa3e8 + a31ea3c commit fa5a006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fa5a006

Please sign in to comment.