#375 Modifying default port to be 6033 instead of 6034

It used to be previously 6034 in order to test that the config file
actually works OK. Going further, we will rely on tests for that.
pull/377/head
Andrei Ismail 11 years ago
parent fba2d86f33
commit e1c56cbbfe

@ -25,7 +25,7 @@ mysql_variables=
default_query_timeout=10000
have_compress=true
poll_timeout=2000
interfaces="127.0.0.1:6034;/tmp/proxysql.sock"
interfaces="127.0.0.1:6033;/tmp/proxysql.sock"
default_schema="information_schema"
stacksize=1048576
server_version="5.1.30"

Loading…
Cancel
Save