>  기사  >  데이터 베이스  >  安装MYSQL出错:a windows service with the name MYSQL already_MySQL

安装MYSQL出错:a windows service with the name MYSQL already_MySQL

WBOY
WBOY원래의
2016-06-01 13:38:552118검색

bitsCN.com


安装MYSQL出错:a windows service with the name MYSQL already...service解决

 

今天把mysql5.1卸载了,想装个5.5,安装时提示:a windows service with the name MYSQL already exists.Please uninstall this service correctly or choose a different name for the new service.    

 

可以尝试删除残留的注册表信息HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services下面找到MySQL注册表信息把它整个删掉后,重装mysql成功了!

 

过了这步到启动service时又提示:Cannot create windows service for mysql.error:0

WIN+R进入CMD命令行:

 

[html] 

Microsoft Windows [版本 6.1.7600]  

版权所有 (c) 2009 Microsoft Corporation。保留所有权利。  

 

C:/Users/Stone>sc delete mysql  

[SC] DeleteService 成功  

  

C:/Users/Stone>  

之后就搞定了!

 

bitsCN.com
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.