- 下载 mysql 后解压,解压目录为
D:\mysql-5.7.28-win64
- 进入
cd D:\mysql-5.7.28-win64\bin
- 输入安装命令
mysqld install
此时提示“The service already exists ”
这是因为之前安装过 mysql 并且没有删除干净 - 管理员重新运行 CMD,输入
sc query mysql
查询名为 mysql 的服务
- 确实有安装过,输入
sc delete mysql
删除后重新安装就解决了。
相关文章
- 卸载MySQL服务(The service already exists)
- 安装mysql会出现start service错误
- 安装MySql时出现:The service already exists! The current server installed
- 安装mysql时出现 mysql Install/Remove of the Service Denied! 错误的解决办法
- mysql以zip安装,解决the service already exists
- 安装mysql出错”A Windows service with the name MySQL already exists.“如何解决
- 解决MySQL安装重装时出现could not start the service mysql error:0问题的方法
- 解决MySQL5.1安装时出现Cannot create windows service for mysql.error:0
- 解决win10安装MySQL数据库出现服务无法启动的问题
- Mysql安装出现=========== install/remove of the Service Denied