红联Linux门户
Linux帮助

ubuntu下卸载MySQL重装MySQL

发布时间:2015-11-02 17:53:11来源:linux网站作者:该死的懦弱

1、卸载数据库
sudo apt-get autoremove --purge mysql-server-5.0
sudo apt-get remove mysql-server
sudo apt-get autoremove mysql-server
sudo apt-get remove mysql-common     //这个很重要


2、清理残留数据
dpkg -l |grep ^rc |awk '{print $2}' |sudo xargs dpkg -P


centos下完全卸载mysql:http://www.linuxdiyf.com/linux/15403.html

Linux下查看MySQL的安装路径:http://www.linuxdiyf.com/linux/14760.html

ubuntu15.04手动安装MySQL5.6.27数据库:http://www.linuxdiyf.com/linux/14699.html

Ununtu 15.04安装MySql(Django连接Mysql):http://www.linuxdiyf.com/linux/13783.html

Ubuntu15.04下MySQL5.6安装过程:http://www.linuxdiyf.com/linux/13250.html