16.04 - I dont locate mysql directory after installation - Ask Ubuntu
i installed mysql-server apt-get install mysql-server, directory not in /etc/mysql
any solution?
my ubuntu xenial
thanks!
resolved:
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 error sudo apt install mysql-client-5.6
Comments
Post a Comment