clickhouse

Why get There is no handle /play when try to access localhost:8123/play [ClickHouse]?


when I try to access the localhost:8123/play I get the following message:

There is no handle /play

Use / or /ping for health checks. Or /replicas_status for more sophisticated health checks.

Send queries from your program with POST method or GET /?query=...

Use clickhouse-client:

For interactive data analysis: clickhouse-client

For batch query processing: clickhouse-client --query='SELECT 1' > result clickhouse-client < query > result

what should i do?


Solution

  • It was added in v20.11.2.1, 2020-11-11