Heim  >  Artikel  >  Datenbank  >  So installieren Sie Mysql8 auf einem Fedora-Server

So installieren Sie Mysql8 auf einem Fedora-Server

WBOY
WBOYnach vorne
2023-05-29 22:37:041076Durchsuche

Fedora server怎么安装Mysql8

Installieren Sie die MySQL YUM Warehouse-Quelle

## Fedora 28 ##dnf install https://dev.mysql.com/get/mysql80-community-release-fc28-1.noarch.rpm## Fedora 27 ##dnf install https://dev.mysql.com/get/mysql80-community-release-fc27-1.noarch.rpm## Fedora 26 ##dnf install https://dev.mysql.com/get/mysql80-community-release-fc26-1.noarch.rpm

CentOS 和 Red Hat (RHEL)## CentOS 7 and Red Hat (RHEL) 7 ##yum localinstall https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm

CentOS 6 and Red Hat (RHEL) 6 ##yum localinstall https://dev.mysql.com/get/mysql80-community-release-el6-1.noarch.rpm

1. Installieren Sie MySQL 5.7.23
Fedora 28/27/26
dnf install mysql-community-server
CentOS 7.5/6.10 and Red Hat (RHEL) 7.5/6.10
yum install mysql-community-server
3. Öffnen Sie den MySQL-Server und stellen Sie ihn so ein, dass er beim Booten automatisch startet Oder ##
Fedora 28/27/26

dnf --disablerepo=mysql80-community --enablerepo=mysql57-community install mysql-community-server

CentOS 7.5/6.10 and Red Hat (RHEL) 7.5/6.10

yum --disablerepo=mysql80-community --enablerepo=mysql57-community install mysql-community-server
4.

Das obige ist der detaillierte Inhalt vonSo installieren Sie Mysql8 auf einem Fedora-Server. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:yisu.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen