<?xml version="1.0" encoding="utf-8"?>
<bug><id>64885</id><link>http://bugs.mysql.com/bug.php?id=64885</link><status>No Feedback</status><category>Server</category><sdesc>MySQL Server does DNS-PTR lookups even when skip-name-resolve is active</sdesc><ldesc>I&#039;m running my MySQL server with the --skip-name-resolve.
I verified that this option is enabled via:

mysql&gt; show variables LIKE &#039;skip_name_resolve&#039;\G
*************************** 1. row ***************************
Variable_name: skip_name_resolve
        Value: ON
1 row in set (0.00 sec)

Unfortunatelly SQL connections from remote hosts are very slow in the handshake phase.
I found that this is the case for hosts where no PTR record is set.

After that I started a tcpdump on the mysql-server host looking for DNS queries
and I see several PTR lookup each time a remote client wants to connect.

</ldesc><reporter>2469292</reporter><submitted>1333709405</submitted><modified>1420762508</modified><version>5.1.61,5.5.17</version><os>Linux</os><cpu_arch>Any</cpu_arch><severity>S2 (Serious)</severity></bug>