feat: add mysql protocol handler back to datanode for debugging (#479)

This commit is contained in:
Lei, Huang
2022-11-14 13:15:44 +08:00
committed by GitHub
parent fae331d2ba
commit 70442f6810
4 changed files with 22 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
node_id = 42
http_addr = '0.0.0.0:3000'
rpc_addr = '0.0.0.0:3001'
wal_dir = '/tmp/greptimedb/wal'
rpc_runtime_size = 8
@@ -7,10 +6,6 @@ mode = "standalone"
mysql_addr = '0.0.0.0:3306'
mysql_runtime_size = 4
# applied when postgres feature enbaled
postgres_addr = '0.0.0.0:5432'
postgres_runtime_size = 4
[storage]
type = 'File'
data_dir = '/tmp/greptimedb/data/'