From 1335b44c8b09de6f7d11084f11db18fee178c872 Mon Sep 17 00:00:00 2001 From: Brian Durham Date: Sun, 27 Sep 2015 02:25:12 -0500 Subject: [PATCH] Update 'There is not basic password file list' message --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index c456d4e..1c615db 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1305,7 +1305,7 @@ sub security_recommendations { } unless ( -f $basic_password_files ) { - badprint "There is not basic password file list !"; + badprint "There is no basic password file list !"; return; }