From 6f6437acd50373abc2cc85e7dc2c15d8735bfbb1 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Fri, 10 Jun 2022 10:37:14 +0100 Subject: [PATCH] fix(mysql-oracle): add note about repo being provided by Oracle .. so folks need to contact them if they run into issues. Fixes #465 --- .../_partials/proc_installing-mysql-from-oracle.adoc | 11 ++++++++--- modules/ROOT/pages/installing-mysql-mariadb.adoc | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_installing-mysql-from-oracle.adoc b/modules/ROOT/pages/_partials/proc_installing-mysql-from-oracle.adoc index 8157bc1..6cf3828 100644 --- a/modules/ROOT/pages/_partials/proc_installing-mysql-from-oracle.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-mysql-from-oracle.adoc @@ -1,15 +1,20 @@ [id='install-from-oracle-mysql'] -= Install from Oracle MySql += Install from Oracle MySQL include::{partialsdir}/3rdparty-message.adoc[] == Adding the MySQL repository to Fedora +Please download the release package provided by Oracle from: https://dev.mysql.com/downloads/repo/yum/ +Once downloaded, please install it using dnf: + ---- -sudo dnf install https://repo.mysql.com//mysql80-community-release-fc31-1.noarch.rpm +sudo dnf install ---- -== Installing MySQL on Fedora +Please note that this repository is provided by Oracle so any issues/bugs encountered will need to be reported to them via their communication channels: https://www.mysql.com/about/faq/ + +== Installing MySQL on Fedora ---- sudo dnf install mysql-community-server diff --git a/modules/ROOT/pages/installing-mysql-mariadb.adoc b/modules/ROOT/pages/installing-mysql-mariadb.adoc index 42030dc..99b9adb 100644 --- a/modules/ROOT/pages/installing-mysql-mariadb.adoc +++ b/modules/ROOT/pages/installing-mysql-mariadb.adoc @@ -15,7 +15,7 @@ In the Fedora repositories you can find: NOTE: MariaDB and MySQL packages conflict each other. You have to install MariaDB or MySQL. -In addition you can install MySQL commmunity edition (8.0 or 5.7) from the repository maintained by MySQL itself: https://dev.mysql.com/downloads/repo/yum/ +In addition you can also install MySQL commmunity edition (8.0 or 5.7) from the repository maintained by Oracle/MySQL itself. include::{partialsdir}/proc_installing-mysql-from-oracle.adoc[leveloffset=+1] include::{partialsdir}/proc_installing-mysql-from-fedora-repo.adoc[leveloffset=+1]