From 9a1e40c905fc79d51d262b7f30587bfed278a06e Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 4 Dec 2015 12:27:20 +0200 Subject: [PATCH] Fixed missing link. The link in the read/write tutorial was missing the link to the maxadmin document. --- Tutorials/MySQL-Replication-Read-Write-Splitting-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/MySQL-Replication-Read-Write-Splitting-Tutorial.md b/Tutorials/MySQL-Replication-Read-Write-Splitting-Tutorial.md index 05edb7e91..c64b2eae0 100644 --- a/Tutorials/MySQL-Replication-Read-Write-Splitting-Tutorial.md +++ b/Tutorials/MySQL-Replication-Read-Write-Splitting-Tutorial.md @@ -201,5 +201,5 @@ CLI | maxscaled | localhost | 6603 | Running ``` -MaxScale is now ready to start accepting client connections and routing them to the master or slaves within your cluster. Other configuration options are available that can alter the criteria used for routing, these include monitoring the replication lag within the cluster and routing only to slaves that are within a predetermined delay from the current master or using weights to obtain unequal balancing operations. These options may be found in the MaxScale Configuration Guide. More detail on the use of maxadmin can be found in the document "MaxAdmin - The MaxScale Administration & Monitoring Client Application". +MaxScale is now ready to start accepting client connections and routing them to the master or slaves within your cluster. Other configuration options are available that can alter the criteria used for routing, these include monitoring the replication lag within the cluster and routing only to slaves that are within a predetermined delay from the current master or using weights to obtain unequal balancing operations. These options may be found in the MaxScale Configuration Guide. More detail on the use of maxadmin can be found in the document [MaxAdmin - The MaxScale Administration & Monitoring Client Application](Administration-Tutorial.md).