卸载mysql后再安装输入mysqld --install 回车后提示The service already exists!

卸载mysql后再安装提示The service already exists!问题解决方法

原因:卸载的时候没有卸载干净

方法:

一、重新以管理员身份打开cmd

卸载mysql后再安装提示The service already exists!问题解决方法

 

二、输入命令sc query mysql 查看名为mysql的服务

卸载mysql后再安装提示The service already exists!问题解决方法

 

 三、输入命令sc delete mysql,删除该mysql 

卸载mysql后再安装提示The service already exists!问题解决方法

 

四、再执行mysqld --install 就能成功了

 

相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-11-11
  • 2021-08-05
  • 2021-10-06
  • 2022-12-23
  • 2021-08-03
相关资源
相似解决方案