Cassandra Cheat Sheet
May 26, 2020

Logging into CQLSH

remote host

export CQLSH_HOST=<rpc address>
export CQLSH_PORT=9042
cqlsh -u cassandra
Password:
cqlsh> exit
Cheat Sheet cassandra