Install clickhouse on FreeBSD 14.1
Install command:
# pkg install clickhouse
Start clickhouse server
$ clickhouse server
Start clickhouse server without any ouput
$ clickhouse server > /dev/null 2>&1 &
Start clickhouse client
$ clickhouse client
Install command:
# pkg install clickhouse
Start clickhouse server
$ clickhouse server
Start clickhouse server without any ouput
$ clickhouse server > /dev/null 2>&1 &
Start clickhouse client
$ clickhouse client
Comments
Post a Comment