【发布时间】:2019-09-10 13:59:01
【问题描述】:
目前当我启动 cqlsh 时,我得到:
ubuntu@ip-172-31-83-106:~$ cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.11.4 | CQL spec 3.4.4 | Native protocol v4]
Use HELP for help.
cqlsh>
我希望能够改变
cqlsh>
不是独一无二的,比如
ubuntu@ip-172-31-83-106>
每次我运行查询时,都会保留提示。我该怎么做?
【问题讨论】: