What about mysql server error 10038?
Editor to share with you how to do mysql server error 10038, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
The solution to mysql server error 10038: first check the error window; then connect to the server remotely, and click "start-> Administrative tools-> Advanced Security Windows Firewall"; then select "Port" in "Rule Type"; finally, reopen MySql.
Three solutions to the error of mysql report 10038
The first method:
Step one:
Read the wrong window first.
2003 can't connect to MySQL server on '127.0.0.1' (10038).
Step 2:
The reason is that the remote port 3306 is not open to the public.
Step 3:
First connect to the server remotely and click "start"-> "Administrative tools"-> "Advanced Security Windows Firewall".
Step 4:
In the window that opens, select "inbound Rule" on the left and click "New Rule" on the right to create an inbound rule.
Step 5:
Select Port in Rule Type, and then next.
Step 6:
Select specific Local connection and enter 3306.
Step 7:
Select allow connection, and then click next.
Step 8:
Just select all by default, and then the next step.
Step 9:
Give the rule a name, anything, as long as you know it.
Step 10:
Just reopen MySql.
The second method:
Step one:
Open the service and see if MySql starts.
Step 2:
Start the MySql service.
The third method:
Step one:
Find the start menu and open cmd.
Step 2:
Enter net start mysql.
The above is all the contents of mysql server error 10038, thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!