External host connection MySQL server latency critical problem

Source: Internet
Author: User
1, Reason: because of MySQL to connect the client DNS reverse resolution 2, disable DNS resolution, add Skip-name-resolve 3 in/etc/my.cnf,reverse parsing instructions:
The so-called inverse parsing is this:
When MySQL receives the connection request, it obtains the client's IP, in order to better match the permission record in the Mysql.user (some are defined by hostname).
If the MySQL server has a DNS server set up and the client IP does not have a corresponding hostname on the DNS, then this process is slow and causes the connection to wait.

After adding skip-name-resolve, I skipped a process.
Original link: http://www.cnblogs.com/seafood/p/mysql_dns.html, declined reprint!

External host connection MySQL server latency critical problem

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.