我使用 apt-get install mysql-server 安装了 mysql-server,但是目录不在 /etc/mysql 中
有什么解决办法吗?
我的 ubuntu 是 xenial
谢谢!
答案1
解决:
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'
sudo apt-get update
sudo apt install mysql-server-5.6 * see note below if you get an error
sudo apt install mysql-client-5.6