python 链接clickhouse 连接不上

原因: clickhouse-driver 使用的是 tcp 端口: 9000
java 驱动 clickhouse-jdbc 使用的是http 端口: 8123

你可能感兴趣的:(python 链接clickhouse 连接不上)