Home >Database >navicat >navicat error 10061

navicat error 10061

angryTom
angryTomOriginal
2019-08-07 14:26:237057browse

navicat error 10061

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 manually

First enter the cmd command line and enter services.msc

navicat error 10061

## 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!

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
Previous article:What is navicat?Next article:What is navicat?