mysql以zip安装,

mysqld -install

报错:​The service already exists

mysql以zip安装,解决the service already exists

原因是之前安装了以后卸载了,服务没删掉。

解决方法:​

sc query mysql,查看一下名为mysql的服务:

mysql以zip安装,解决the service already exists

如果有,则删除:

sc delete mysql

mysql以zip安装,解决the service already exists

然后再安装就能成功了。

mysql以zip安装,解决the service already exists

相关文章:

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