在完全卸载MySQL后(同时删除注册表)无法彻底删除Mysql服务
您好,
感谢您的提问!
尝试在CMD里输入以下命令: sc delete mysql //这里的mysql是你要删除的服务名 或者在CMD中输入以下命令。 net stop mysql //停止服务 mysqld-nt -remove //删除
详细的信息,您可以看看这里:
https://blog.csdn.net/mingtianhaiyouwo/article/details/50387582
https://blog.csdn.net/sxingming/article/details/52601250
希望能对您有帮助!
Daniel
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.