#403 Update the listening interfaces for the 1 backend, locally run ProxySQL scenario

pull/408/head
Andrei-Adnan Ismail 11 years ago
parent aaf4156e63
commit 0fb8016a88

@ -11,7 +11,7 @@ datadir="/tmp"
admin_variables=
{
admin_credentials="admin:admin"
mysql_ifaces="127.0.0.1:6032;127.0.0.2:6032"
mysql_ifaces="0.0.0.0:6032"
refresh_interval=2000
debug=true
}
@ -25,7 +25,7 @@ mysql_variables=
default_query_timeout=10000
have_compress=true
poll_timeout=2000
interfaces="127.0.0.1:6033;/tmp/proxysql.sock"
interfaces="0.0.0.0:6033"
default_schema="information_schema"
stacksize=1048576
server_version="5.1.30"

Loading…
Cancel
Save