mysql完全卸載

來源:互聯網
上載者:User

標籤:targe   /etc   plain   配置   mirror   name   data-   -name   yum   

轉載自(http://blog.csdn.net/typa01_kk/article/details/49057073)

#################CentOS7下MySQL的卸載####################

1:查看MySQL是否安裝:

 方式1:

[plain] view plain copy 
  1. [[email protected] usr]# yum list installed mysql*  
  2. Loaded plugins: fastestmirror  
  3. Loading mirror speeds from cached hostfile  
  4.  * base: mirrors.yun-idc.com  
  5.  * extras: mirror.neu.edu.cn  
  6.  * updates: mirrors.yun-idc.com  
  7. Installed Packages  
  8. MySQL-client.x86_64   5.6.27-1.el6    installed  
  9. MySQL-devel.x86_64    5.6.27-1.el6    installed  
  10. MySQL-server.x86_64   5.6.27-1.el6    installed  
  11. [[email protected] usr]#  

 

方式2( -i  :不區分大小寫):

[plain] view plain copy 
  1. [[email protected] usr]# rpm -qa | grep -i mysql  
  2. MySQL-server-5.6.27-1.el6.x86_64  
  3. MySQL-client-5.6.27-1.el6.x86_64  
  4. MySQL-devel-5.6.27-1.el6.x86_64  
  5. [[email protected] usr]#   

2:卸載MySQL:

卸載1:

[plain] view plain copy 
  1. [[email protected] usr]# yum remove mysql mysql-server mysql-libs compat-mysql51  
  2. [[email protected] usr]# rm -rf /var/lib/mysql  
  3. [[email protected] usr]# rm /etc/my.cnf  

如果裝了mysql-devel(其他一樣add command),卸載為:

[plain] view plain copy 
  1. [[email protected]_ts_tian init.d]# yum remove mysql mysql-devel mysql-server mysql-libs compat-mysql51  

注(例如):

mysql-5.5.39-1.el6.remi.x86_64
mysql-libs-5.5.39-1.el6.remi.x86_64compat-mysql51-5.1.54-1.el6.remi.x86_64
mysql-server-5.5.39-1.el6.remi.x86_64 卸載2{繼續,1,2選擇一種(此處為介紹):}: [plain] view plain copy 
  1. [[email protected] mysql]# rpm -aq | grep -i mysql  
  2. MySQL-server-5.6.27-1.el6.x86_64  
  3. MySQL-client-5.6.27-1.el6.x86_64  
  4. MySQL-devel-5.6.27-1.el6.x86_64  
  5. [[email protected] mysql]# rpm -e MySQL-server-5.6.27-1.el6.x86_64  
  6. [[email protected] mysql]# rpm -e MySQL-client-5.6.27-1.el6.x86_64  
  7. [[email protected] mysql]# rpm -e MySQL-devel-5.6.27-1.el6.x86_64  
  8. [[email protected] rc.d]# cd /var/lib/  
  9. [[email protected] lib]# rm -rf mysql/  
注:刪除MySQL資料庫目錄(關鍵) ,否則password不更新(預設安裝,如果自訂安裝路徑和連結路徑ln -s ……請刪除。)   rm -rf /var/lib/mysql 卸載3: [plain] view plain copy 
  1. [[email protected] usr]# whereis mysql  
  2. mysql: /usr/lib64/mysql  
  3. [[email protected] usr]# rm -rf /usr/lib64/mysql  
註:find / -name mysql註:清空相關mysql的所有目錄以及檔案和其他配置和設定等。如果有,則刪除。也必須考慮其他軟體不去影響。rm -rf /usr/lib/mysql
rm -rf /usr/share/mysql
卸載4: [plain] view plain copy 
  1. [[email protected] usr]# rm –rf /usr/my.cnf  
  2. [[email protected] usr]# rm -rf /root/.mysql_sercret   
卸載5(自啟服務): [plain] view plain copy 
  1. [[email protected] usr]# chkconfig --list | grep -i mysql  
  2. [[email protected] usr]# chkconfig --del mysqld  
[plain] view plain copy 
  1. 此處刪除看自己設定:mysql/mysqld   

mysql完全卸載

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.