Add unique config for kill_query

This way the info log is always on.
This commit is contained in:
Markus Mäkelä
2019-06-23 11:10:57 +03:00
parent 75147f58fb
commit 736a59dde8
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,28 @@
[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
[Read-Connection-Router-Slave]
type=service
router=readconnroute
router_options=slave
servers=###server_line###
user=maxskysql
password=skysql