2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00

Merge pull request #6582 from cxhong/sqldoc

Update readdoc for MariaDB on SLE15
This commit is contained in:
besawn 2020-02-21 16:47:11 -05:00 committed by GitHub
commit 0312d4e0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
-----------------------------