I am new to cassandra database.if my cassandra version is 2.2.12 at that place cqlsh is working without any issues and it is connected.
after i updated my cassandra db 3.11.2 version, cqlsh is not connected throwing error
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
after again i Downgrade my cassandra version cqlsh is working. here why my latest cassandra cqlsh is not working.
Please help me, Thank you
system.log
for details. Or it doesn't listen on localhost interface... – Alex OttERROR
log level – Alex Ott