Installing, Configuring, Using and Troubleshotting MYSQL/MARIADB

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
This commit is contained in:
Héctor Louzao 2019-11-11 18:04:01 +01:00
parent 11311fb1b5
commit 4912dc5630
11 changed files with 391 additions and 110 deletions

View file

@ -17,19 +17,12 @@ NOTE: MariaDB and MySQL packages conflict each other. You have to install MariaD
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.adoc[leveloffset=+1]
include::{partialsdir}/proc_configuring-mysql.adoc[leveloffset=+1]
include::{partialsdir}/proc_installing-mariadb.adoc[leveloffset=+1]
include::{partialsdir}/proc_installing-mariadb-module.adoc[leveloffset=+1]
include::{partialsdir}/proc_configuring-mariadb.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-container.adoc[leveloffset=+1]
include::{partialsdir}/proc_using-mysql-mariadb.adoc[leveloffset=+1]
include::{partialsdir}/proc_configuring-mysql-mariadb-firewall.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:]