当前位置: 代码迷 >> 综合 >> win10 mysql 卸载不干净,安装提示,The service already exists
  详细解决方案

win10 mysql 卸载不干净,安装提示,The service already exists

热度:33   发布时间:2023-11-27 01:14:03.0

111.1.下载安装包并解压后 以管理员身份运行cmd(系统win10) 

1.下载并解压安装包,以管理员身份运行

2.输入命令cd /d F:\mysql-5.7.19-win32\bin(此为解压目录)

3.输入安装命令    mysqld --install 

  出现问题:The service already exists 

  原因: 这是由于之前已经安装过mysql并且没有删除干净

解决方法

4.重新以管理员身份运行,输入sc query mysql,看一下名为mysql的服务:The service already exists

  发现之前确实有安装过。

5.输入命令 sc delete mysql,删除该mysql 

6.之后继续安装,就能成功.


 

  相关解决方案