清除命令:

sudo apt-get remove --purge mysql*
sudo dpkg -l | grep -i mysql
sudo apt-get clean
sudo updatedb


重新安装:

sudo apt-get install libmysqlclient-dev mysql-client
sudo apt-get install mysql-server

搞定!

标签: none

评论已关闭