From 50f3a0d9651d14d10dd6ef0d97b89ad8d77bdc1c Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Thu, 22 Feb 2018 15:24:20 +0100 Subject: [PATCH] Small quotes issue --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index a256a34..f610bab 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1690,7 +1690,7 @@ sub security_recommendations { my $PASS_COLUMN_NAME = 'password'; if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) { - $PASS_COLUMN_NAME = 'IF(plugin=\'mysql_native_password\', authentication_string, password)'; + $PASS_COLUMN_NAME = "IF(plugin='mysql_native_password', authentication_string, password)"; } debugprint "Password column = $PASS_COLUMN_NAME";