Files
MaxScale/maxscale-system-test/cnf/maxscale.cnf.template.kill_query
Markus Mäkelä 6cdc28856d Fix kill_query config
The config was missing the listener section.
2019-06-28 09:21:23 +03:00

27 lines
384 B
Plaintext
Executable File

[maxscale]
threads=###threads###
log_info=1
###server###
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=###server_line###
user=maxskysql
password=skysql
monitor_interval=1000
[RW-Split-Router]
type=service
router=readwritesplit
servers=###server_line###
user=maxskysql
password=skysql
[RW-Split-Listener]
type=listener
service=RW-Split-Router
protocol=MySQLClient
port=4006