一、查询本机是否有mysql
service mysql status
二、检查已安装的mysql版本
mysql –uroot -p
status
三、查看已安装的mysql的组件
dpkg --get-selections | grep mysql
四、卸载mysql的组件
apt-get autoremove mysql-client
sudo apt-get --purge remove mysql-server
sudo apt-get --purge remove mysql-client
sudo apt-get --purge remove mysql-common
五、mql安装
5.1 apt-get install mysql-server
5.2 设置root的密码