摘要: https://blog.csdn.net/wm609972715/article/details/83759266 阅读全文
posted @ 2020-09-25 17:47 酸辣土豆皮 阅读(103) 评论(0) 推荐(0)
摘要: 首先在终端中查看MySQL的依赖项:dpkg --list|grep mysql 卸载: sudo apt-get remove mysql-common 卸载:sudo apt-get autoremove --purge mysql-server-8.0 清除残留数据:dpkg -l|grep 阅读全文
posted @ 2020-09-25 16:28 酸辣土豆皮 阅读(110) 评论(0) 推荐(0)