## ## mysqlproxy.ini -- MySQL Proxy Configuration ## [mysql-proxy] log-level = info admin-address = 127.0.0.1:4041 admin-username = root admin-password = root proxy-address = 127.0.0.1:4040 proxy-backend-addresses = 127.0.0.1:3306, 127.0.0.1:3307 event-threads = 10 keepalive = true