From 2087e624abf8f418fe8dfffd0aa00abda19761f6 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 8 Oct 2020 17:12:49 +0200 Subject: [PATCH] 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. --- doc/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index aee82acc4..a4ab04ac1 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -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 ```