Home  >  Article  >  Database  >  How to establish connection with navicat 10038 error

How to establish connection with navicat 10038 error

(*-*)浩
(*-*)浩Original
2019-08-23 13:45:445007browse

After filling in the connection name, ip, port, user name, and password in Navicat for MySQL, double-clicking the connection name reports '2003-Can't connect to MySQL server on ''xxx'(10038). What is this? What is the cause?

How to establish connection with navicat 10038 error

Double-click the connection name and the message '2003-Can't connect to MySQL server on ''xxx'(10038) appears. (Recommended tutorial: navicat tutorial)

How to establish connection with navicat 10038 errorThis error is usually caused by the mysql service not being started, [win R]->cmd->services.msc-> ; Enter, open the service, find mysql, and see if mysql is started. Here you can see that it is not started. Place the mouse on mysql, right-click, select Start, and start it;

How to establish connection with navicat 10038 error

How to establish connection with navicat 10038 error

How to establish connection with navicat 10038 error

Return to Navicat for MySQL again and click on the existing connection. This time you can see that it works normally opened.

How to establish connection with navicat 10038 error

The above is the detailed content of How to establish connection with navicat 10038 error. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn