Connecting & Exitting cqlsh...

// cqlsh <hostname> <portno>
// When hostname & portno is not specified
//    cqlsh will connect to the node running in the localhost #49
//    Note also here port no(9042) & Version are displayed
[raj@Rajkumars-MacBook-Pro ~]$cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.8 | CQL spec 3.4.2 | Native protocol v4]
Use HELP for help.
cqlsh>

// Provide CTRL-D to exit the Shell
cqlsh> ^D
[raj@Rajkumars-MacBook-Pro ~]$

No comments:

Post a Comment