Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.setup_binlog_tx_safe
2017-12-12 12:24:21 +02:00

42 lines
750 B
Plaintext
Executable File

[maxscale]
threads=###threads###
log_warning=1
[Binlog_Service]
type=service
router=binlogrouter
#servers=master
user=skysql
passwd=skysql
#version_string=5.6.15-log
#router_options=server-id=3,user=repl,password=repl,master-id=1
router_options=server-id=9993,send_slave_heartbeat=On,user=repl,password=repl,longburst=500,heartbeat=10,binlogdir=/var/lib/maxscale/Binlog_Service,transaction_safety=1,mariadb10-compatibility=1
#
[Binlog Listener]
type=listener
service=Binlog_Service
protocol=MySQLClient
port=5306
[CLI]
type=service
router=cli
[CLI Listener]
type=listener
service=CLI
protocol=maxscaled
#address=localhost
socket=default
[master]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend