From f7e2b752815457d31e3668c01828e2a8eea41fe1 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/advanced/hierarchy/databases/mysql_configure.rst --- .../source/advanced/hierarchy/databases/mysql_configure.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/advanced/hierarchy/databases/mysql_configure.rst b/docs/source/advanced/hierarchy/databases/mysql_configure.rst index a7404c2b6..6145e6aab 100644 --- a/docs/source/advanced/hierarchy/databases/mysql_configure.rst +++ b/docs/source/advanced/hierarchy/databases/mysql_configure.rst @@ -21,7 +21,7 @@ where the /tmp/servicenodes contains a host per line: :: 10.%.%.% node2.cluster.net -**While not recommended**, if you wish to manually migrate your xCAT database, see the following documentation: +**While not recommended**, if you wish to manually migrate your xCAT database, see the following documentation: `Manually set up MySQL `_ .. _grante_revoke_mysql_access_label: @@ -36,7 +36,7 @@ Granting/Revoking access to the database for Service Node Clients * Granting access to the xCAT database. Service Nodes are required for xCAT hierarchical support. Compute nodes may also need access that depends on which application is going to run. (xcat201 is xcatadmin's password for following examples) :: MariaDB > GRANT ALL on xcatdb.* TO xcatadmin@ IDENTIFIED BY 'xcat201'; - + Use the wildcards to do a GRANT ALL to every ipaddress or nodename that need to access the database. :: MariaDB > GRANT ALL on xcatdb.* TO xcatadmin@'%.cluster.net' IDENTIFIED BY 'xcat201'; @@ -50,4 +50,4 @@ Granting/Revoking access to the database for Service Node Clients MariaDB > SELECT host, user FROM mysql.user; - +