mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
4912dc5630
Why this change is needed: Restructuring a bit all this stuff, According to this askfedora Question: https://ask.fedoraproject.org/t/problem-installing-mysql-in-fedora-31/3908 https://ask.fedoraproject.org/t/mysql-wont-start-after-upgrade/291 What this change accomplishes: * Open Database toolbar for Next Step : review FIXME progrestSQL * Installation (include container) * Configuring * Using * Troubleshooting
28 lines
1.4 KiB
Text
28 lines
1.4 KiB
Text
ifdef::context[:parent-context: {context}]
|
|
:context: assembly_installing-mysql-mariadb
|
|
= Installing MySQL/MariaDB
|
|
|
|
MySQL is a popular RDBMS (Relational Database Management System). MariaDB was born as a fork of MySQL.
|
|
Nowadays the two products are a little bit different. Migrating data from one system to the other could not be a trivial task.
|
|
|
|
MariaDB is fully GPLv2 licensed while MySQL has two licensing options, GPLv2 (for the Community edition) and Enterprise.
|
|
|
|
In the Fedora repositories you can find:
|
|
|
|
* MariaDB 10.3 (as a regular package or as a module)
|
|
* 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.
|
|
|
|
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/
|
|
|
|
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-container.adoc[leveloffset=+1]
|
|
include::{partialsdir}/proc_using-mysql-mariadb.adoc[leveloffset=+1]
|
|
include::{partialsdir}/proc_expose-outside-mysql.adoc[leveloffset=+1]
|
|
include::{partialsdir}/proc_troubleshooting-mysql.adoc[leveloffset=+1]
|
|
|
|
ifdef::parent-context[:context: {parent-context}]
|
|
ifndef::parent-context[:!context:]
|