Fix kill_query config

The config was missing the listener section.
This commit is contained in:
Markus Mäkelä
2019-06-28 08:39:55 +03:00
parent 166d26ff13
commit 6cdc28856d

View File

@ -19,10 +19,8 @@ servers=###server_line###
user=maxskysql user=maxskysql
password=skysql password=skysql
[Read-Connection-Router-Slave] [RW-Split-Listener]
type=service type=listener
router=readconnroute service=RW-Split-Router
router_options=slave protocol=MySQLClient
servers=###server_line### port=4006
user=maxskysql
password=skysql