当前位置:网站首页>MySQL completely uninstalled (windows, MAC, Linux)
MySQL completely uninstalled (windows, MAC, Linux)
2022-07-06 10:55:00 【hyh123a】
One 、 Purpose
Linux、Windows、Mac Next MySQL Complete uninstall of
- -- Record on 2022 year 05 month 03 Japan
Two 、 step
2.1 Windows Download and unload MySQL
1、 To be in Windows Loading and unloading MySQL, Please make sure to stop the running server first .
2、 After the server stops , You can Windows“ Control panel ” uninstall MySQL. go to “ Procedures and functions ” And select “MySQL”=>“ uninstall ”.
3、 thereafter , To clean up all remaining data , Make sure you can see the hidden folder , Then delete the following folder :
C:\Program Files\MySQL
C:\Program Files (x86)\MySQL
C:\ProgramData\MySQL
C:\Users<your-username>\AppData\Roaming\MySQL
2.2 Mac Download and unload MySQL
Preliminary uninstall
If you installed through the official installation program MySQL,
You can macOS Of “ System preferences ” Unload it . go to “MySQL” Options and select “Uinstall”.Uninstall completely
From you to Mac uninstall MySQL And delete it completely ( Including all databases ), Do the following :
- 1、 Open terminal window
Use mysqldump Back up the database to a text file !
Stop the database server
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
# edit /etc/hostconfig And delete the lines MYSQLCOM=-YES-
rm -rf ~/Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
sudo rm -rf /private/var/db/receipts/*mysql*
notes : The last three lines are particularly important , Otherwise, even if you think the new version has been completely deleted , You can't install the old version MySQL!
2.3 Linux Download and unload MySQL
Reference link : https://askubuntu.com/questions/640899/how-do-i-uninstall-mysql-completely
sudo -i
service mysql stop
killall -KILL mysql mysqld_safe mysqld
apt-get --yes purge mysql-server mysql-client
apt-get --yes autoremove --purge
apt-get autoclean
deluser --remove-home mysql
delgroup mysql
rm -rf /etc/apparmor.d/abstractions/mysql /etc/apparmor.d/cache/usr.sbin.mysqld /etc/mysql /var/lib/mysql /var/log/mysql* /var/log/upstart/mysql.log* /var/run/mysqld
updatedb
exit
other
If there is a problem , Welcome to leave a message
If help , Welcome to thumb up
Record on 2022 year 05 month 03 Japan
边栏推荐
- Bytetrack: multi object tracking by associating every detection box paper reading notes ()
- Anaconda3 installation CV2
- csdn-Markdown编辑器
- CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
- CSDN问答标签技能树(二) —— 效果优化
- Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
- CSDN question and answer module Title Recommendation task (II) -- effect optimization
- Mysql33 multi version concurrency control
- Just remember Balabala
- Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

MySQL23-存儲引擎

MySQL 20 MySQL data directory

【C语言】深度剖析数据存储的底层原理

Bytetrack: multi object tracking by associating every detection box paper reading notes ()

该不会还有人不懂用C语言写扫雷游戏吧

【博主推荐】asp.net WebService 后台数据API JSON(附源码)

Mysql26 use of performance analysis tools

MySQL26-性能分析工具的使用

Some problems in the development of unity3d upgraded 2020 VR

Win10: how to modify the priority of dual network cards?
随机推荐
MySQL transaction log
csdn-Markdown编辑器
IDEA 导入导出 settings 设置文件
Bytetrack: multi object tracking by associating every detection box paper reading notes ()
Mysql32 lock
Mysql26 use of performance analysis tools
MySQL28-数据库的设计规范
++Implementation of I and i++
MySQL31-MySQL事务日志
Record the first JDBC
Csdn-nlp: difficulty level classification of blog posts based on skill tree and weak supervised learning (I)
La table d'exportation Navicat génère un fichier PDM
SSM整合笔记通俗易懂版
Mysql25 index creation and design principles
MySQL32-锁
What is the difference between TCP and UDP?
MySQL30-事务基础知识
Idea import / export settings file
CSDN question and answer tag skill tree (II) -- effect optimization
Anaconda3 安装cv2