We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c671d commit a31ea3cCopy full SHA for a31ea3c
mysqltuner.pl
@@ -1256,9 +1256,9 @@ sub security_recommendations {
1256
badprint "User '" . $line . "' is an anonymous account.";
1257
}
1258
push( @generalrec,
1259
- "Remove Anonymous User account - there is "
+ "Remove Anonymous User accounts - there are "
1260
. scalar(@mysqlstatlist)
1261
- . " Anonymous account." );
+ . " Anonymous accounts." );
1262
1263
else {
1264
goodprint "There is no anonymous account in all database users";
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
3555
# indent-tabs-mode: t
3556
# cperl-indent-level: 8
3557
# perl-indent-level: 8
3558
-# End:
+# End:
0 commit comments