Cassandra cqlsh “unable to connect to any servers”

前端 未结 4 1163
再見小時候
再見小時候 2021-02-02 06:53

I get the following message when executing cqlsh.bat on the command line

Connection error: (\'Unable to connect to any servers\', {\'127.0.0.1\': ProtocolError(\         


        
4条回答
  •  爱一瞬间的悲伤
    2021-02-02 07:33

    edit cqlsh.py file (you can find it using which cqlsh) and change the value of DEFAULT_CQLVER = 'z.z.z' to the supported version.

提交回复
热议问题