我想执行。使用批处理文件的CQL文件--我尝试了这段代码,但始终有错误消息
cd C:\Users\admin\.devcenter\DevCenter\CQLScripts
cqlsh 189.3.2.402 9044
cqlsh -f file.cql错误消息如下:"cqlsh n‘’est interne que commande interne"
PS:我是cql的初学者。
谢谢!
发布于 2017-11-07 13:37:30
PATH环境变量是否指向您的python安装?如果没有,请尝试以下方法:
python cqlsh [options] [host [port]] https://stackoverflow.com/questions/47159230
复制相似问题