0

对于 mongoDB ATLAS 集群,我是 mongoimport 中的一个问题,但找不到任何解决方案。

我正在按照以下步骤操作:

1.我在mongodb atlas中创建了免费账号

2.然后我创建了一个集群

3.然后我添加了IP白名单

4. 然后我使用普通的命令提示符(不是 mongo shell)

5. 然后我使用命令 cd 并转到 C:\mongodb\bin

6.下一步我从“通过Mongo Shell连接”复制代码(mongo“mongodb://cluster0-shard-00-00-..........)

7. 我现在连接到集群(Cluster0-shard-0:PRIMARY>)

8. 下一步我使用 mongoimport 命令:

mongoimport --host cluster0-shard-00-00-xxxx.mongodb.net:27017 --db starwarsdb --type json --file ~c:\Users\xxxx\Downloads\starwars.json --jsonArray --authenticationDatabase admin --ssl --用户名 --密码

9. 我收到以下错误:

2017-10-22T16:05:48.994-0400 E QUERY [thread1] SyntaxError: missing ; 声明之前@(shell):1:14


在此处输入图像描述 我无法找出解决方案。您的帮助将不胜感激。

4

0 回答 0