9951 explained code solutions for 126 technologies


clickhouseConnect command line client to remote host


clickhouse-client -h 1.1.1.1 --port 9000 -u user --password pwd -d dbctrl + c
1.1.1.1

ip address of remote host

9000

port to connect to

user

user name

pwd

user password

db

name of the database to connect to