mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Merge pull request #6273 from neo954/mariadb-doc
Update mariadb related document for RHEL 8
This commit is contained in:
		@@ -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
 | 
			
		||||
----------------------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user