首页 > 数据库技术 > 详细

解决安装mysql的”A Windows service with the name MySQL already exists.“问题

时间:2016-12-24 07:34:27      阅读:314      评论:0      收藏:0      [点我收藏+]

如果以前安装过mysql,卸载重装,很可能会碰到”A Windows service with the name MySQL already exists.“这样的提示。即服务已经存在。我们可以在window任务管理器----服务中查看,发现确实存在,没有卸载干净。

解决这个问题,可以在dos窗口,使用如下命令:

sc delete mysql

如果成功,出现如下结果:
[SC] DeleteService SUCCESS

之后,重启电脑。如果再在任务管理器----服务中查看,会发现mysq服务没有了。

解决安装mysql的”A Windows service with the name MySQL already exists.“问题

原文:http://www.cnblogs.com/learnings/p/6216570.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!