From 5baf3fc5108055a40b41c126cfec6d72ae1f5bd9 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 8 Dec 2015 16:57:31 +0200 Subject: [PATCH] Fixed title in MaxScale-Tutorial.md The title referred to Master-Slave clusters even though the tutorial also covers Galera clusters. --- Documentation/Tutorials/MaxScale-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Tutorials/MaxScale-Tutorial.md b/Documentation/Tutorials/MaxScale-Tutorial.md index c3c610c48..1e7f37590 100644 --- a/Documentation/Tutorials/MaxScale-Tutorial.md +++ b/Documentation/Tutorials/MaxScale-Tutorial.md @@ -1,4 +1,4 @@ -# Setting up MaxScale for a Master/Slave replication cluster +# Setting up MaxScale This document is designed as a quick introduction to setting up MaxScale in an environment in which you have either a MySQL Master-Slave replication cluster with one master and multiple slave servers or a multi-node Galera cluster. The process of setting and configuring MaxScale will be covered within this document.