MySQL Router 設定檔說明
設定檔範例: [DEFAULT] logging_folder = /opt/mysql-router/log plugin_folder = /opt/mysql-router/lib/mysqlrouter runtime_folder = /opt/mysql-router/run config_folder = /opt/mysql-router [logger] level = INFO ## these section are only for standalone [routing:read_write] bind_address = 192.168.56.107 bind_port = 7001 destinations = 192.168.56.102:3306,192.168.56.102:3307 mode = read-write connect_timeout = 5 max_connections = 100 [routing:read_only] bind_address = 192.168.56.107 bind_port = 7002 destinations = 192.168.56.102:3308,192.168.56.102:3309 mode = read-only connect_timeout = 1 max_connections = 100 ## these section are used for Fabric [fabric_cache:my_fabric] address = 192.168.56.101 user = fabric [routing:fabric_rw] bind_port = 7001 mode = read-write destinations = fabric+cache://my_fabric/group/mygroup1 [routing:fabric_ro] bind_port = 7002