2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 17:20:19 +00:00

Update mariadb related document for RHEL 8

This commit is contained in:
GONG Jie
2019-04-30 11:19:55 +08:00
parent 9f8008ddb5
commit 6b61376595

View File

@@ -21,20 +21,27 @@ MySQL/MariaDB packages are shipped as part of most Linux Distributions.
Red Hat Enterprise Linux
------------------------
* MySQL - Using ``yum``, ensure that the following packages are installed on the management node: ::
* For RHEL 6 and prior, MySQL is shipped. Using ``yum``, ensure that the following packages are installed on the management node: ::
perl-DBD-MySQL*
mysql-server-5.*
mysql-5.*
mysql-connector-odbc-*
* MariaDB - Using ``yum``, ensure that the following packages are installed on the management node: ::
* For RHEL 7, MariaDB is shipped. Using ``yum``, ensure that the following packages are installed on the management node: ::
mariadb-server-5.*
mariadb-5.*
perl-DBD-MySQL*
mysql-connector-odbc-*
* For RHEL 8, MariaDB is shipped. Using ``dnf``, ensure that the following packages are installed on the management node: ::
mariadb-server-5.*
mariadb-5.*
perl-DBD-MySQL*
mariadb-connector-odbc-*
Suse Linux Enterprise Server
----------------------------