From bb10bce371aff8f96bd06e256782105499cd3be5 Mon Sep 17 00:00:00 2001 From: Renaud Fortier Date: Mon, 22 May 2023 13:53:47 -0400 Subject: [PATCH] Confusion between the name of the variable skip_name_resolve and the recommendations --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 85be3d2..c611377 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -3279,9 +3279,9 @@ sub mysql_stats { badprint "Name resolution is active: a reverse name resolution is made for each new connection which can reduce performance"; push( @generalrec, -"Configure your accounts with ip or subnets only, then update your configuration with skip-name-resolve=1" +"Configure your accounts with ip or subnets only, then update your configuration with skip_name_resolve=1" ); - push( @adjvars, "skip-name-resolve=1" ); + push( @adjvars, "skip_name_resolve=1" ); } # Query cache