[maxscale] threads=###threads### [server1] type=server address=###node_server_IP_1### port=###node_server_port_1### protocol=MySQLBackend [MySQL-Monitor] type=monitor module=mysqlmon servers=server1 user=maxskysql password= skysql monitor_interval=1000 detect_stale_master=false [RW-Split-Router] type=service router=readwritesplit servers=server1 user=maxskysql password=skysql slave_selection_criteria=LEAST_GLOBAL_CONNECTIONS max_slave_connections=1 filters=MaxRows [Read-Connection-Router-Slave] type=service router=readconnroute router_options= slave servers=server1 user=maxskysql password=skysql [Read-Connection-Router-Master] type=service router=readconnroute router_options=master servers=server1 user=maxskysql password=skysql [RW-Split-Listener] type=listener service=RW-Split-Router protocol=MySQLClient port=4006 [Read-Connection-Listener-Slave] type=listener service=Read-Connection-Router-Slave protocol=MySQLClient port=4009 [Read-Connection-Listener-Master] type=listener service=Read-Connection-Router-Master protocol=MySQLClient port=4008 [CLI] type=service router=cli [CLI-Listener] type=listener service=CLI protocol=maxscaled socket=default [MaxRows] type=filter module=maxrows max_resultset_rows=20 max_resultset_size=900000000 debug=3