June 18, 2013

Post: Is DNS the Achilles heel in your MySQL installation?

…? To disable two DNS lookups per authentication attempt, you just need to set skip_name_resolve in your my.cnf file and restart MySQLdisable DNS resolution. For more information on how and why MySQL does both a forward and reverse DNS lookup on authentication attempts by default, read the MySQL