mirror of https://github.com/Icinga/icinga2.git
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:
parent
8910784844
commit
2087e624ab
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue