我想做以下命令:
alter KEYSPACE system_auth
WITH replication =
{ 'class' : 'SimpleStrategy',
'replication_factor' : 2 };
system_auth 不显示为密钥空间是否正常?
基本上会发生以下错误:
Bad Request: Unknown keyspace system_auth
另外,我什至如何查看存在的键空间?甚至可以在 cqlsh 中查看它们吗?