Installing MySQL server

Download the latest .deb at the bottom of the page form here

apt-get install lsb-release
wget --no-check-certificate https://dev.mysql.com/get/mysql-apt-config_0.8.15-1_all.deb
dpkg -i mysql-apt-config_0.8.15-1_all.deb
apt-get update
apt-get install mysql-server
mysql_secure_installation

Was this helpful?

0 / 0