Replaced mysql with mariadb
mysql command no longer works with systemd. So replaced mysql with mariadb. Change-Id: If1c530c887061d76787638b5f2ef82b09c6aa7b0 Closes-Bug: #1559235
This commit is contained in:
parent
a5bf8d31a1
commit
458fc54df7
@ -45,7 +45,7 @@ To start the cluster, complete the following steps:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# systemctl start mysql --wsrep-new-cluster
|
# systemctl start mariadb --wsrep-new-cluster
|
||||||
|
|
||||||
#. Once the database server starts, check the cluster status using
|
#. Once the database server starts, check the cluster status using
|
||||||
the ``wsrep_cluster_size`` status variable. From the database
|
the ``wsrep_cluster_size`` status variable. From the database
|
||||||
@ -72,7 +72,7 @@ To start the cluster, complete the following steps:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# systemctl start mysql
|
# systemctl start mariadb
|
||||||
|
|
||||||
#. When you have all cluster nodes started, log into the database
|
#. When you have all cluster nodes started, log into the database
|
||||||
client on one of them and check the ``wsrep_cluster_size``
|
client on one of them and check the ``wsrep_cluster_size``
|
||||||
|
Loading…
Reference in New Issue
Block a user