mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Update readdoc for MariaDB on SLE15
This commit is contained in:
		| @@ -63,6 +63,16 @@ Suse Linux Enterprise Server | ||||
|        libmysqlclient18-* | ||||
|        perl-DBD-mysql-* | ||||
|  | ||||
| * For SLE15, MariaDB is shipped. Using ``zypper``, ensure that the following packages are installed on the management node: :: | ||||
|  | ||||
|        mariadb | ||||
|        mariadb-client | ||||
|        mariadb-errormessages | ||||
|        perl-DBD-mysql | ||||
|        libmariadb-devel | ||||
|        mariadb-tools | ||||
|        libmariadb_plugins | ||||
|  | ||||
|  | ||||
| Debian/Ubuntu | ||||
| ------------- | ||||
|   | ||||
| @@ -19,6 +19,11 @@ Start/Stop MySQL/MariaDB service | ||||
|     service mysql start | ||||
|     service mysql stop | ||||
|  | ||||
| **[SLE15]** :  :: | ||||
|  | ||||
|     systemctl start mariadb | ||||
|     systemctl stop mariadb | ||||
|  | ||||
|  | ||||
| Basic MySQL/MariaDB commands | ||||
| ----------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user