Install MySQL Community Server on Linux Server
Table of Contents
MySQL was replaced by Mariadb in Debian 9 (Stretch).
Repository Setup #
Download and install the Repository Setup Package:
https://dev.mysql.com/downloads/repo/apt/
Download the deb
package for Debian based distros:
wget https://dev.mysql.com/get/mysql-apt-config_0.8.33-1_all.deb
dpkg -i mysql-apt-config_0.8.33-1_all.deb
Configure Repository #
Install #
apt update
apt install mysql-community-server