You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## |
|
## 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 |
|
|
|
|