mysql以zip安装,解决the service already exists(转载)

时间:2023-03-09 01:21:07
mysql以zip安装,解决the service already exists(转载)

喵喵亲测可用:

转自:https://www.cnblogs.com/dichters/p/5929209.html

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(转载)