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?
Double-click the connection name and the message '2003-Can't connect to MySQL server on ''xxx'(10038) appears. (Recommended tutorial: navicat tutorial)
This 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;
Return to Navicat for MySQL again and click on the existing connection. This time you can see that it works normally opened.
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!