omotam img

Skip to main content
  1. Posts/

Install MySQL Community Server on Linux Server

··41 words·1 min·
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 #

MySQL Configure

Install #

apt update
apt install mysql-community-server