2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Clean up formatting of MySQL spelling

This commit is contained in:
Victor Hu 2017-01-31 16:09:28 -05:00
parent 2b19ff36eb
commit d6d235fbd3
2 changed files with 6 additions and 10 deletions

View File

@ -36,11 +36,7 @@ Database Connection Changes
Granting or revoking access privilege in the database for the service node.
* For mysql, refer to :ref:`grante_revoke_mysql_access_label`.
.. There is no procedure in old document on sourceforge for postgress to
grant or revoke the access privilege for service node.
* For postgress, refer to `TODO <https://localhost/todo>`_.
* For MySQL, refer to :ref:`grante_revoke_mysql_access_label`.
Update Provision Environment on Service Node
--------------------------------------------

View File

@ -56,7 +56,7 @@ The configuration procedure will be quite different based on the shared data mec
/<dbdirectory>
``Note``:For mysql, the database directory is ``/var/lib/mysql``; for postgresql, the database directory is ``/var/lib/pgsql``; for DB2, the database directory is specified with the site attribute databaseloc; for sqlite, the database directory is /etc/xcat, already listed above.
``Note``:For MySQL, the database directory is ``/var/lib/mysql``; for PostGreSQL, the database directory is ``/var/lib/pgsql``; for DB2, the database directory is specified with the site attribute databaseloc; for sqlite, the database directory is /etc/xcat, already listed above.
Here is an example of how to make directories be shared data through NFS: ::
@ -125,7 +125,7 @@ Setup xCAT on the Primary Management Node
service dhcpd stop
chkconfig --level 2345 dhcpd off
#. Stop Database and prevent the database from auto starting at boot time, use mysql as an example: ::
#. Stop Database and prevent the database from auto starting at boot time, use MySQL as an example: ::
service mysqld stop
chkconfig mysqld off
@ -180,7 +180,7 @@ Setup xCAT on the Standby Management Node
service dhcpd stop
chkconfig --level 2345 dhcpd off
#. Stop Database and prevent the database from auto starting at boot time. Use mysql as an example: ::
#. Stop Database and prevent the database from auto starting at boot time. Use MySQL as an example: ::
service mysqld stop
chkconfig mysqld off
@ -303,7 +303,7 @@ If the management node is still available and running the cluster, perform the f
#. Stop database
Use mysql as an example: ::
Use MySQL as an example: ::
service mysqld stop
@ -346,7 +346,7 @@ On the new primary management node:
mount /.xcat
mount /db2database
#. Start database, use mysql as an example: ::
#. Start database, use MySQL as an example: ::
service mysql start