#466 fix(mysql-oracle): add note about repo being provided by Oracle
Merged 2 years ago by hhlp. Opened 2 years ago by ankursinha.
fedora-docs/ ankursinha/quick-docs fix/465  into  master

@@ -1,15 +1,22 @@ 

  [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>

  ----

  

- == 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

@@ -13,9 +13,9 @@ 

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

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

Fixes #465

2 new commits added

  • chore(databases): improve note on conflict b/w mariadb and mysql
  • chore: use semantic line breaks to make text more readable
2 years ago

Metadata Update from @ankursinha:
- Pull-request tagged with: help wanted, needs committer review

2 years ago

Pull-Request has been merged by hhlp

2 years ago