美文网首页
MySQL彻底卸载mysql

MySQL彻底卸载mysql

作者: Sophie12138 | 来源:发表于2016-11-15 18:39 被阅读35次

    ```

    sudo apt-get autoremove --purge mysql-server-5.5

    sudo apt-get remove mysql-server

    sudo apt-get autoremove mysql-server

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

    清理残留数据

    dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P

    ```

    相关文章

      网友评论

          本文标题:MySQL彻底卸载mysql

          本文链接:https://www.haomeiwen.com/subject/hmrlpttx.html