当前位置:网站首页>Mysql数据库的卸载
Mysql数据库的卸载
2022-04-23 13:06:00 【ArchieSean】
博主名取自《小羊肖恩》中的小羊肖恩,名字为:肖恩,音译为Sean,自己取的姓:阿奇,为符合我们的阅读习惯,连起来组成为ArchieSean。博主目前大三在读,志在将博客打造成为个人线上笔记的技术栈,方便自己也方便他人。如博客中有任何错误,请各位指出,谢谢大家。
上篇文章描述了mysql数据库的安装,本篇讲述一下mysql数据库的安装。
主要分为两类:
- 通过安装包安装的。
- 通过压缩包安装的。
文章目录
mysql卸载方式1
- 关闭mysql服务
- 使用控制面板卸载mysql
- 删除在c盘的隐藏文件
路径为: C:/ProgramData/ 删除掉该路径下的mysql文件夹。
MySQL卸载方式2
使用命令卸载:
- 首先在mysql的bin目录下 执行以下代码
mysqld --remove //用于卸载mysql服务
- 在mysql的安装路径下删掉mysql的文件
- 使用window+r组合键 输入regedit,打开注册表
在注册表中分别输入以下内容,看到mysql文件就删掉
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Application\MySQL
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Eventlog\Application\MySQL
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MySQL
如果这三个路径下没有mysql文件,就直接关闭注册表就行。
4. 删除C盘ProgramData目录下的mysql文件
C:\ProgramData
- 打开此电脑的管理,查找服务中还有没有mysql服务,如果有,打开cmd输入以下命令:
sc delete MySQL //这里的mysql是服务名
如果没有mysql就被干净的从计算机中卸载了。
注意
方法2适用于高版本的mysql,例如mysql8
如有任何问题,请评论留言 谢谢。
版权声明
本文为[ArchieSean]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_41964942/article/details/106028448
边栏推荐
- mui picker和下拉刷新冲突问题
- Go language array operation
- Utils of various date conversion
- Servlet监听器&过滤器介绍
- The accuracy and speed are perfectly balanced, and the latest image segmentation SOTA model is released!!!
- Custom nail robot alarm
- Proteus 8.10 installation problem (personal test is stable and does not flash back!)
- AUTOSAR from introduction to mastery 100 lectures (87) - key weapon of advanced EEA - AUTOSAR and DDS
- Use compressorjs to compress pictures, optimize functions, and compress pictures in all formats
- MySQL —— 16、索引的数据结构
猜你喜欢
Record Alibaba cloud server mining program processing
CVPR 2022&NTIRE 2022|首个用于高光谱图像重建的 Transformer
Free and open source charging pile Internet of things cloud platform
There is no need to crack the markdown editing tool typora
Free and open source agricultural Internet of things cloud platform (version: 3.0.1)
31. Next arrangement
Importerror after tensorflow installation: DLL load failed: the specified module cannot be found, and the domestic installation is slow
mui + hbuilder + h5api模拟弹出支付样式
[51 single chip microcomputer traffic light simulation]
Huawei cloud MVP email
随机推荐
Van uploader upload picture implementation process, using native input to upload pictures
Design and manufacture of 51 single chip microcomputer solar charging treasure with low voltage alarm (complete code data)
Design of body fat detection system based on 51 single chip microcomputer (51 + OLED + hx711 + US100)
three.js文字模糊问题
AUTOSAR from introduction to mastery 100 lectures (52) - diagnosis and communication management function unit
Record Alibaba cloud server mining program processing
JMeter operation redis
The accuracy and speed are perfectly balanced, and the latest image segmentation SOTA model is released!!!
Importerror after tensorflow installation: DLL load failed: the specified module cannot be found, and the domestic installation is slow
mysql支持ip访问
Free and open source charging pile Internet of things cloud platform
(个人)最近项目开发后存在的系统漏洞整理
AUTOSAR from introduction to mastery 100 lectures (51) - AUTOSAR network management
8 websites that should be known for product development to enhance work experience
将新增和编辑的数据同步更新到列表
STD:: shared of smart pointer_ ptr、std::unique_ ptr
STM32 tracking based on open MV
「玩转Lighthouse」轻量应用服务器自建DNS解析服务器
V-model binding value in El select, data echo only displays value, not label
mui picker和下拉刷新冲突问题