fix(mysql-oracle): add note about repo being provided by Oracle

.. so folks need to contact them if they run into issues.

Fixes #465
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2022-06-10 10:37:14 +01:00
parent f35be3d29c
commit 6f6437acd5
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD
2 changed files with 9 additions and 4 deletions

View file

@ -1,14 +1,19 @@
[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 <path to downloaded rpm>
----
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
----

View file

@ -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]