Skip to main content

ubuntu完全卸载mysql/mariadb

· One min read
sudo apt-get remove mysql-*
dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P