用 apt-get 的 remove 指令和 purge 參數就可以完全移除已安裝在 Ubuntu 上的 MySQL 伺服器。 sudo apt-get remove --purge mysql-server sudo apt-get autoremove
www.arthurtoday.com