log ubuntu下解除安裝mysql

2022-05-24 10:21:10 字數 519 閱讀 6117

前兩天腦殘了,把自己的mysql資料庫的user表下的這幾行刪了於是登不進去,只好把mysql+php解除安裝了

原帖位址

ubuntu下徹底解除安裝mysql 

1、刪除 mysql 

1 sudo apt-get autoremove --purge mysql-server-5.0 

2 sudo apt-get remove mysql-server 

3 sudo apt-get autoremove mysql-server 

4 sudo apt-get remove mysql-common (非常重要) 

上面的其實有一些是多餘的,建議還是按照順序執行一遍 

清理殘留資料 

dpkg -l |grep ^rc|awk '' |sudo xargs dpkg -p

在解除安裝過程中會提示你解除安裝phpmyadmin

ubuntu下安裝mysql及解除安裝mysql方法

下述內容 親測可行 1.刪除mysql a.sudo apt get autoremove purge mysql server 5.0 b.sudo apt get remove mysql server c.sudo apt get autoremove mysql server d.sudo ...

MySQL之 CentOS下徹底解除安裝MySQL

1 檢視mysql是否安裝 方式1 root localhost usr yum list installed mysql loaded plugins fastestmirror loading mirror speeds from cached hostfile base mirrors.yun...

ubuntu下安裝mysql及解除安裝mysql方法

刪除mysql a.sudo apt get autoremove purge mysql server 5.0 b.sudo apt get remove mysql server c.sudo apt get autoremove mysql server d.sudo apt get remo...