The MySQL built on Tencent Cloud is always very slow when accessed using Navicat on the development computer. It turns out that Mysql will perform domain name resolution on the requested address. The development computer does not have a domain name, so it will be very slow. Use the following to solve it [mysqld] skip-name-resolve skip-grant-tables Official explanation How MySQL According to the documentation, if your mysql host queries DNS very slowly or there are many client hosts, the connection will be very slow. Since our development machine cannot connect to the external network, DNS resolution is impossible to complete, which explains why the connection is so slow. At the same time, please note that after adding this configuration parameter, the host field in the MySQL authorization table cannot use the domain name but only the IP address, because this is the result of prohibiting domain name resolution. Summarize The above is what I introduced to you about MySql using skip-name-resolve to solve the problem of slow external network connection client. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to view and clean up Docker container logs (tested and effective)
>>: The whole process of node.js using express to automatically build the project
background This article mainly tests whether the ...
Table of contents Parent component listBox List c...
Learning to use CSS3's 3D effects to create a...
1. Basic knowledge (methods of date objects) 😜 ge...
This article example shares the specific code of ...
Table of contents Preface 1. Create a new Vue pro...
As the company's influence grows and its prod...
Docker allows network services to be provided by ...
The table is as follows: Code when Unity reads an...
CSS style specifications 1. Class Selector 2. Tag...
1. Download 1. MySQL official website download ad...
SVG has been widely used in recent years due to i...
This article shares the specific code of Vue to i...
Generate Linux library The Linux version uses cen...
This article shares the specific code of jQuery t...