Skip to content

Commit

Permalink
Merge pull request #134 from dshepherd/patch-1
Browse files Browse the repository at this point in the history
Update mysqltuner.pl
  • Loading branch information
jmrenouard committed Nov 16, 2015
2 parents d8af243 + 3d2ceeb commit edff8d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysqltuner.pl
Expand Up @@ -792,7 +792,7 @@ sub security_recommendations {
. " Anonymous accounts." );
}
else {
goodprint "There is no anonymous account in all database users";
goodprint "There are no anonymous accounts for any database users";
}

# Looking for Empty Password
Expand Down Expand Up @@ -841,7 +841,7 @@ sub security_recommendations {
}

my @passwords = get_basic_passwords $basic_password_files;
infoprint "There is "
infoprint "There are "
. scalar(@passwords)
. " basic passwords in the list.";
my $nbins = 0;
Expand Down Expand Up @@ -3101,4 +3101,4 @@ =head1 COPYRIGHT AND LICENSE
# indent-tabs-mode: t
# cperl-indent-level: 8
# perl-indent-level: 8
# End:
# End:

0 comments on commit edff8d7

Please sign in to comment.