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

Popular posts from this blog

14.04 - Browser-process using high CPU - Ask Ubuntu

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User