From e9fab6d39a24571a05a71ce9750c46b44288ef41 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Fri, 10 Jun 2022 10:40:28 +0100 Subject: [PATCH] chore(databases): improve note on conflict b/w mariadb and mysql --- modules/ROOT/pages/installing-mysql-mariadb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installing-mysql-mariadb.adoc b/modules/ROOT/pages/installing-mysql-mariadb.adoc index 99b9adb..99054b1 100644 --- a/modules/ROOT/pages/installing-mysql-mariadb.adoc +++ b/modules/ROOT/pages/installing-mysql-mariadb.adoc @@ -13,7 +13,7 @@ In the Fedora repositories you can find: * MariaDB 10.4 (as a module) * MySQL 8.0 community edition (as a regular package or as a module) -NOTE: MariaDB and MySQL packages conflict each other. You have to install MariaDB or MySQL. +NOTE: MariaDB and MySQL packages conflict because they provide similar files. So, you can only install one of them, either MariaDB or MySQL, but not both. In addition you can also install MySQL commmunity edition (8.0 or 5.7) from the repository maintained by Oracle/MySQL itself.