Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

  1. Start ClickHouse server.
    1
    clickhouse start
    

    Run the ps -ef | grep clickhouse command to check whether the clickhouse-server process has started successfully.

  2. Start ClickHouse client.
    1
    clickhouse client
    

    Run exit; to exit the client.

  3. Stop the service.
    1
    clickhouse stop