From e1c56cbbfebde046beb6754df1387302a4f5ed76 Mon Sep 17 00:00:00 2001 From: Andrei Ismail Date: Wed, 9 Sep 2015 00:29:46 +0300 Subject: [PATCH] #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. --- src/proxysql.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxysql.cfg b/src/proxysql.cfg index 4e38ed8e9..9af121884 100644 --- a/src/proxysql.cfg +++ b/src/proxysql.cfg @@ -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"