Home  >  Article  >  Database  >  mysql启动服务报错解决方案_MySQL

mysql启动服务报错解决方案_MySQL

WBOY
WBOYOriginal
2016-06-01 13:38:371314browse

bitsCN.com


mysql启动服务报错解决方案

 

启动mysql服务出现如下的错误信息(MySQL服务无法启动):

本地计算机无法启动mysql服务。

错误 1067:进程意外终止。

解决方案:

运行

Cd C:/Program Files/MySQL/MySQL Server 5.1/bin/

C:/Program Files/MySQL/MySQL Server 5.1/bin >mysqld –remove

Service successfully removed

 

现将其删除重启安装一下

C:/Program Files/MySQL/MySQL Server 5.1/bin >mysqld –install

Service successfully installed.

 

C:/Program Files/MySQL/MySQL Server 5.1/bin >net start mysql

MySQL 服务正在启动 .

MySQL 服务已经启动成功。
 

bitsCN.com
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