2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 11:20:32 +00:00

Update readdoc for MariaDB on SLE15

This commit is contained in:
cxhong
2020-02-21 13:57:52 -05:00
parent b0a828a7a8
commit 8787dad9b4
2 changed files with 15 additions and 0 deletions

View File

@ -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
-------------

View File

@ -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
-----------------------------