Install MySQL Community Server on Linux Server
Table of Contents
import Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’;
MySQL was replaced by Mariadb in Debian 9 (Stretch).
Repository Setup #
Download and install the Repository Setup Package:
Download the deb
package for Debian based distros:
wget https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
apt install ./mysql-apt-config_0.8.29-1_all.deb
Configure Repository #
Install #
apt install mysql-community-server