Confusion between the name of the variable skip_name_resolve and the recommendations

This commit is contained in:
Renaud Fortier 2023-05-22 13:53:47 -04:00 committed by GitHub
parent 842ae6e582
commit bb10bce371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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