如何在windows7上的cmd中从mongodb运行mongorestore命令?

时间:2015-05-28 07:31:33

标签: mongodb

我在以下路径c:/mongodb/bin中安装了mongo DB。我已在高级设置中配置了环境变量PATH。我已经运行了mongod,运行正常。但是当我从以下路径运行mongorestore dump时   c:/dump (This contains the BSON files)我收到了错误。

当我运行此命令时

C:\>mongorestore c:/dump

获得以下错误

2015-05-28T12:59:20.189+0530 Failed: error connecting to db server: no reachable servers

请给我解决方法,了解如何运行此命令并从dump文件夹恢复文件?

0 个答案:

没有答案