Skip to content

Commit fa5a006

Browse files
committed
Merge pull request #128 from ravage84/patch-2
Change anonymous account recommendation to plural
2 parents 3aaa3e8 + a31ea3c commit fa5a006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysqltuner.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,9 @@ sub security_recommendations {
12561256
badprint "User '" . $line . "' is an anonymous account.";
12571257
}
12581258
push( @generalrec,
1259-
"Remove Anonymous User account - there is "
1259+
"Remove Anonymous User accounts - there are "
12601260
. scalar(@mysqlstatlist)
1261-
. " Anonymous account." );
1261+
. " Anonymous accounts." );
12621262
}
12631263
else {
12641264
goodprint "There is no anonymous account in all database users";

0 commit comments

Comments
 (0)