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

Remove trailing spaces in file docs/source/advanced/hierarchy/databases/mysql_using.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 2f217af2d0
commit 8a019447f0

View File

@ -20,17 +20,17 @@ Start/Stop MySQL/MariaDB service
service mysql stop
Basic MySQL/MariaDB commands
Basic MySQL/MariaDB commands
-----------------------------
Refer to `<https://www.mariadb.org/>`_ for the latest documentation.
* Using ``mysql``, connect to the xcat database: ::
mysql -u root -p
* List the hosts and users which managed by this xcat MN: ::
MariaDB> SELECT host, user FROM mysql.user;
* List the databases: ::