Fixed odd reference to multiple documents.
The MaxScale and Master/Slave replication tutorial mentioned multiple documents even through there is only one.
This commit is contained in:
parent
23741b1a7f
commit
9d4882aa75
@ -1,6 +1,6 @@
|
||||
# Setting up MaxScale for a Master/Slave replication cluster
|
||||
|
||||
This series of documents is designed as a quick introduction to setting up MaxScale in an environment in which you have a MySQL Replication Cluster with one master and multiple slave servers. The process of setting and configuring MaxScale will be covered within this document.
|
||||
This document is designed as a quick introduction to setting up MaxScale in an environment in which you have a MySQL Replication Cluster with one master and multiple slave servers. The process of setting and configuring MaxScale will be covered within this document.
|
||||
|
||||
However the installation and configuration of the MySQL Replication subsystem will not be covered nor will any discussion of installation management tools to handle automated or semi-automated failover of the replication cluster. The [Setting Up Replication](https://mariadb.com/kb/en/mariadb/setting-up-replication/) article on the MariaDB knowledgebase can help you get started with replication clusters.
|
||||
|
||||
@ -16,8 +16,6 @@ The steps involved in setting up MaxScale are:
|
||||
|
||||
* Create a MaxScale configuration file
|
||||
|
||||
The configuration file creation is covered in two different sub-tutorials which create either a simple load balancer or a read/write splitting configuration.
|
||||
|
||||
## Installation
|
||||
|
||||
The precise installation process will vary from one distribution to another details of what to do with the RPM and DEB packages can be found on the download site when you select the distribution you are downloading from. The process involves setting up your package manager to include the MariaDB repositories and then running the package manager for your distribution (usually yum or apt-get).
|
||||
@ -97,3 +95,7 @@ Query OK, 0 rows affected (0.00 sec)
|
||||
|
||||
The other option is to use a wildcard grant like `GRANT SELECT, INSERT, UPDATE, DELETE ON *.* TO 'jdoe'@'%'`. This is more convenient but also less secure than having specific grants for both the client's address and MaxScale's address.
|
||||
|
||||
|
||||
## Creating the configuration file
|
||||
|
||||
The configuration file creation is covered in different tutorials, either [MySQL Replication Connection Routing Tutorial](MySQL-Replication-Connection-Routing-Tutorial.md) or [MySQL Replication Read-Write Splitting Tutorial](MySQL-Replication-Read-Write-Splitting-Tutorial.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user