Skip to main content
  1. Posts/

Install MySQL Community Server on Linux Server

··49 words·1 min·

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:

https://dev.mysql.com/downloads/repo/apt/ https://dev.mysql.com/downloads/repo/yum/ https://dev.mysql.com/downloads/repo/suse/

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 #

MySQL Configure

Install #

apt install mysql-community-server