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
Preface Nowadays, in projects, the Axios library ...
1. Write Shell script crontab.sh #!/bin/bash step...
Install nginx Note that you must install nginx-fu...
Problem Description In our projects, horizontal t...
<!--[if IE 6]> Only IE6 can recognize <![...
After the article "This Will Be a Revolution&...
Table of contents One master and multiple slaves ...
Table of contents 1. Parent component passes data...
Preface In the previous article Two data types in...
Main library configuration 1. Configure mysql vim...
A Thorough Analysis of HTML (14) Special Characte...
Table of contents The first method: When the MySQ...
Table of contents Single condition single data fi...
This article mainly introduces the sample code of...
v-model is a Vue directive that provides two-way...