diff --git a/mysqltuner.pl b/mysqltuner.pl index a9fed1a..70c3f33 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1778,7 +1778,7 @@ sub security_recommendations { if (@mysqlstatlist) { foreach my $line ( sort @mysqlstatlist ) { chomp($line); - badprint "User '" . $line . "' does not specify hostname restrictions"; + badprint "User '" . $line . "' does not specify hostname restrictions."; } push( @generalrec, "Restrict Host for user\@% to user\@SpecificDNSorIp" );