feat: update mysql default listen port to 4406 (#568)

Co-authored-by: zhaozhenhang <zhaozhenhang@kuaishou.com>
This commit is contained in:
aievl
2022-11-18 14:55:11 +08:00
committed by GitHub
parent d4b09f69ab
commit 6d762aa9dc
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ mode = 'distributed'
rpc_addr = '127.0.0.1:3001'
wal_dir = '/tmp/greptimedb/wal'
rpc_runtime_size = 8
mysql_addr = '127.0.0.1:3306'
mysql_addr = '127.0.0.1:4406'
mysql_runtime_size = 4
[storage]

View File

@@ -1,7 +1,7 @@
node_id = 0
mode = 'standalone'
http_addr = '127.0.0.1:4000'
datanode_mysql_addr = '127.0.0.1:3306'
datanode_mysql_addr = '127.0.0.1:4406'
datanode_mysql_runtime_size = 4
wal_dir = '/tmp/greptimedb/wal/'