mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
23 lines
539 B
Text
23 lines
539 B
Text
|
= Installing MySQL
|
||
|
== From the Fedora repository
|
||
|
|
||
|
In order to install MySQL Community Edition from the Fedora repository:
|
||
|
|
||
|
----
|
||
|
$ sudo dnf install community-mysql-server
|
||
|
----
|
||
|
|
||
|
== From the MySQL repository
|
||
|
|
||
|
include::{partialsdir}/3rdparty-message.adoc[]
|
||
|
|
||
|
If you prefer to install the package from the third party repository maintained by MySQL (substitute the Fedora release accordingly):
|
||
|
|
||
|
----
|
||
|
$ sudo dnf install https://repo.mysql.com//mysql80-community-release-fc31-1.noarch.rpm
|
||
|
----
|
||
|
|
||
|
----
|
||
|
$ sudo dnf install mysql-community-server
|
||
|
----
|