Navicat for MySQL client operation MySQL very slow problem

Source: Internet
Author: User
Tags mysql client
First look at the MySQL error log:

 cd /usr/local/mysql/var/ tail VM_79_224_centos.err

The log name may be different, depending on the actual situation
Open to see an error similar to the following:

110617 14:04:10 [Warning] IP address ‘19.200.90.16‘ could not be resolved: Temporary failure in name resolution110617 14:07:48 [Warning] IP address ‘19.200.57.44‘ could not be resolved: Temporary failure in name resolution

This error log indicates that the MySQL DNS resolution of the IP address, the solution is to modify the MY.CNF configuration file to cancel the DNS resolution
Do the following:

vi /etc/my.cnf

Add a line in MY.CNF:

skip-name-resolve

Save, exit, restart MySQL service, OK

Navicat for MySQL client operation MySQL very slow 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.