怎样再重新安装MySQL

MySQL是广泛使用的数据库管理系统,但有时候我们需要重新安装它。下面我们将介绍如何重新安装MySQL:

怎样再重新安装MySQL

1. 卸载旧版本的MySQL

sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean