首頁 >資料庫 >mysql教程 >Ubuntu 12.04 彻底卸载Mysql_MySQL

Ubuntu 12.04 彻底卸载Mysql_MySQL

WBOY
WBOY原創
2016-06-01 13:12:18988瀏覽

Ubuntumysql卸载

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 (非常重要)
有一些是多余的,建议还是按照顺序执行一遍

2. 清理残留的文件

dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn