docs: Update MySQL package names for Debian

Debian switched to MariaDB in stretch and removed the mysql-server and
mysql-client packages in buster. The new mariadb packages are available
starting in Debian jessie.
This commit is contained in:
Julian Brost 2020-10-08 17:12:49 +02:00
parent 8910784844
commit 2087e624ab
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ exporting all configuration and status information into a database.
Debian/Ubuntu:
```
apt-get install mysql-server mysql-client
apt-get install mariadb-server mariadb-client
mysql_secure_installation
```