From 458fc54df781317502553c454876a1a6abe3de73 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Fri, 2 Sep 2016 20:11:45 +0530 Subject: [PATCH] Replaced mysql with mariadb mysql command no longer works with systemd. So replaced mysql with mariadb. Change-Id: If1c530c887061d76787638b5f2ef82b09c6aa7b0 Closes-Bug: #1559235 --- doc/ha-guide/source/shared-database-manage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ha-guide/source/shared-database-manage.rst b/doc/ha-guide/source/shared-database-manage.rst index 48b6d76117..2bf5418001 100644 --- a/doc/ha-guide/source/shared-database-manage.rst +++ b/doc/ha-guide/source/shared-database-manage.rst @@ -45,7 +45,7 @@ To start the cluster, complete the following steps: .. 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 the ``wsrep_cluster_size`` status variable. From the database @@ -72,7 +72,7 @@ To start the cluster, complete the following steps: .. code-block:: console - # systemctl start mysql + # systemctl start mariadb #. When you have all cluster nodes started, log into the database client on one of them and check the ``wsrep_cluster_size``