Merge pull request #8319 from Icinga/bugfix/doc-debian-rename-mysql-to-mariadb

docs: Update MySQL package names for Debian
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-10-29 16:55:35 +01:00 committed by GitHub
commit 24bda3e945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```