mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
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:
parent
f35be3d29c
commit
6f6437acd5
2 changed files with 9 additions and 4 deletions
|
@ -1,15 +1,20 @@
|
||||||
[id='install-from-oracle-mysql']
|
[id='install-from-oracle-mysql']
|
||||||
= Install from Oracle MySql
|
= Install from Oracle MySQL
|
||||||
|
|
||||||
include::{partialsdir}/3rdparty-message.adoc[]
|
include::{partialsdir}/3rdparty-message.adoc[]
|
||||||
|
|
||||||
== Adding the MySQL repository to Fedora
|
== 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>
|
||||||
----
|
----
|
||||||
|
|
||||||
== 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
|
sudo dnf install mysql-community-server
|
||||||
|
|
|
@ -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.
|
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-oracle.adoc[leveloffset=+1]
|
||||||
include::{partialsdir}/proc_installing-mysql-from-fedora-repo.adoc[leveloffset=+1]
|
include::{partialsdir}/proc_installing-mysql-from-fedora-repo.adoc[leveloffset=+1]
|
||||||
|
|
Loading…
Reference in a new issue