添加mysql5.6的源
sudo add-apt-repository -y ppa:ondrej/mysql-5.6
更新源
sudo apt-get update
安装mysql5.6
sudo apt-get install mysql-server