From 899992576b24fb26839818ddfd02f3d84fd2735a 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. --- Tutorials/MaxScale-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/MaxScale-Tutorial.md b/Tutorials/MaxScale-Tutorial.md index c3c610c48..1e7f37590 100644 --- a/Tutorials/MaxScale-Tutorial.md +++ b/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.