I recently encountered a small problem when opening mysql. It always reported error 10061, indicating that it could not connect to the database. I searched for a long time but could not find the error, but later I found a solution.
Recommended tutorial:MySQL database introductory video tutorial
##Error 10061 means that the MySQL service has not been started. Then we can solve it by starting it manuallyFirst enter the cmd command line and enter services.msc
## Find mysql to open the service and start it, then the problem is solved
The above is the detailed content of navicat error 10061. For more information, please follow other related articles on the PHP Chinese website!