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:
commit
0312d4e0c1
@ -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
|
||||
-----------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user