我在链接mongodb罗盘和在线mongo图集时遇到问题,但是以某种方式,当我输入mongoimport命令并从atlas帐户的“命令行选项”中提取其参数时,抛出了连接到的错误。数据库服务器:没有可访问的服务器
我正在运行MongoDB企业版3.0.15,用于在Windows 7平台上连接罗盘和地图集帐户。我尝试了各种方法
mongodb Failed: error connecting to db server: no reachable servers
mongoimport error - Failed: error connecting to db server: no reachable servers
mongorestore Failed: no reachable servers
包括:
* https://serverfault.com/questions/424465/how-to-reset-mongodb-replica-set-settings/424714#424714
使用的Mongoimport命令是:
mongoimport --host Cluster0-shard-0/cluster0-shard-00-00-1jypq.mongodb.net:27017,
cluster0-shard-00-01-1jypq.mongodb.net:27017,
cluster0-shard-00-02-1jypq.mongodb.net:27017 --ssl --username <username>
--password <password> --authenticationDatabase admin --db tutorial
--collection somedocs --type CSV --file retail.csv --headerline
错误消息如下:
2019-05-10T13:22:32.509+0500 [........................] tutorial.somedocs 4.0 KB/42.4 MB (0.0%)
2019-05-10T13:22:32.860+0500 Failed: error connecting to db server: no reachable servers
2019-05-10T13:22:32.860+0500 imported 0 documents
在这个时间点上,我真的没有想法,我不知道该如何前进。期待您在这方面的合作和宝贵意见。
谢谢