In the previous article, I introduced how to solve the problem of Navicat for Mysql connection error 1251 (connection failed). Today, I will introduce the problem of Navicat for MySQL connecting to MySQL and reporting error 2005. 2005 Error reason:After the local MySQL service is started, some functions of Navicat require an Internet connection to be used. Since the error message says that the host's localhost cannot be connected, localhost needs to be resolved by DNS before it becomes the local loopback address 127.0.0.1. In the case of a disconnected network, localhost is a string without resolution. Solution:1. Solve the network problem and successfully connect to the Internet. 2. When there is no Internet, open the connection properties and change the host name or IP address of localhost to 127.0.0.1. The above is the details of Navicat for MySQL connecting to MySQL and reporting 2005 errors. For more information about Navicat for MySQL reporting 2005 errors, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: Disable input text box input implementation properties
>>: Idea deploys remote Docker and configures the file
Create table data CREATE TABLE `praise_info` ( `i...
Let’s not start with the introduction and get str...
Since Zabbix version 3.0, it has supported encryp...
Table of contents First step installation Step 2:...
What you learn from books is always shallow, and ...
Table of contents 1. Code analysis 2. Source code...
1. Command Introduction The contab (cron table) c...
During the development activity, I encountered a ...
Table label composition The table in HTML is comp...
GreaseMokey (Chinese people call it Grease Monkey...
Background: During the development process, we of...
need: In the near future, we will implement the l...
background An nginx server module needs to proxy ...
The data backup operation is very easy. Execute t...
Several commonly used string methods in JavaScrip...