ubuntu16.04安装mysql5.6

apt-get install software-properties-common
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'
sudo apt-get update
sudo apt install mysql-server-5.6
sudo apt install mysql-client-5.6
https://blog.csdn.net/keeyce/article/details/52217730

posted @ 2018-11-29 15:32  ddif  阅读(3698)  评论(0编辑  收藏  举报