Skip to content

Commit a31ea3c

Browse files
committed
Change anonymous account recommendation to plural
1 parent 31c671d commit a31ea3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysqltuner.pl

Lines changed: 3 additions & 3 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";
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
35553555
# indent-tabs-mode: t
35563556
# cperl-indent-level: 8
35573557
# perl-indent-level: 8
3558-
# End:
3558+
# End:

0 commit comments

Comments
 (0)