Change MySQL[Client|Backend] to MariaDB[Client|Backend]

This commit is contained in:
Johan Wikman
2018-01-04 21:41:21 +02:00
parent 7c3c9ca0a8
commit d64868f058
19 changed files with 115 additions and 134 deletions

View File

@ -80,13 +80,13 @@ servers to the configuration file.
type=server
address=192.168.0.200
port=3306
protocol=MySQLBackend
protocol=MariaDBBackend
[archive-1]
type=server
address=192.168.0.201
port=3000
protocol=MySQLBackend
protocol=MariaDBBackend
```
After we have defined the `production-1` and `archive-1` servers, we need a monitor
@ -145,13 +145,13 @@ Next we will configure the listeners for these two services.
[Production Listener]
type=listener
service=Production
protocol=MySQLClient
protocol=MariaDBClient
port=4000
[Archive Listener]
type=listener
service=Archive
protocol=MySQLClient
protocol=MariaDBClient
port=4001
```
@ -224,13 +224,13 @@ Here is the complete configuration file.
type=server
address=192.168.0.200
port=3306
protocol=MySQLBackend
protocol=MariaDBBackend
[archive-1]
type=server
address=192.168.0.201
port=3000
protocol=MySQLBackend
protocol=MariaDBBackend
# MySQL server monitor
[MySQL Monitor]
@ -263,13 +263,13 @@ filters=MQ Filter
[Production Listener]
type=listener
service=Production
protocol=MySQLClient
protocol=MariaDBClient
port=4000
[Archive Listener]
type=listener
service=Archive
protocol=MySQLClient
protocol=MariaDBClient
port=4001
# Tee filter to duplicate insert, update and delete