From 6b61376595df5137487fd5179580ef909b725a4d Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 30 Apr 2019 11:19:55 +0800 Subject: [PATCH] Update mariadb related document for RHEL 8 --- .../advanced/hierarchy/databases/mysql_install.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/source/advanced/hierarchy/databases/mysql_install.rst b/docs/source/advanced/hierarchy/databases/mysql_install.rst index 366a083fc..67cb8c8c4 100644 --- a/docs/source/advanced/hierarchy/databases/mysql_install.rst +++ b/docs/source/advanced/hierarchy/databases/mysql_install.rst @@ -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 ----------------------------