Home > Database > Mysql Tutorial > body text

无法连接MySQL_MySQL

WBOY
Release: 2016-05-31 08:46:51
Original
829 people have browsed it

1、错误描述

Error No. 2003

       Can't connect to MySQL Server on 'localhost' (10061)


2、错误原因

      打开任务管理器,关闭了mysqld-nt.exe


3、解决办法

      mysqld-nt.exe是MySQL Daemon数据库服务相关程序,为其他应用程序提供读取、写入MySQL数据库服务接口;关闭它会导致无法连接MySQL数据库。

     重启电脑,让这个接口重新启动

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!