Skip to content
View WhutZml's full-sized avatar

Block or report WhutZml

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WhutZml/README.md

MySQL卸载文档-Windows版.md

MySQL卸载文档-Windows版

1. 停止MySQL服务

win+R 打开运行,输入 services.msc 点击 "确定" 调出系统服务。

image-20220209203115052

image-20220209203253220

2. 卸载MySQL相关组件

打开控制面板 ---> 卸载程序 ---> 卸载MySQL相关所有组件

image-20220209203345746

image-20220209203431405

3. 删除MySQL安装目录

image-20220209205157019

4. 删除MySQL数据目录

数据存放目录是在 C:\ProgramData\MySQL,直接将该文件夹删除。

image-20220209205401563

5. 再次打开服务,查看是否有MySQL卸载残留

如果已将MySQL卸载,但是通过任务管理器--->服务,查看到MySQL服务仍然残留在系统服务里。

解决办法:

​ 以管理员方式运行cmd命令行,输入以下命令:

​ sc delete 服务名称(如MySQL80)

这样可以实现删除服务。

Popular repositories Loading

  1. remote-test remote-test Public

    远程仓库测试

  2. WhutZml WhutZml Public

    Config files for my GitHub profile.