Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Windows 中使用 bsondump 及其命令。
当我运行 bsondump foo.bson > foo.json
错误:'bsondump' 不是内部或外部命令、可运行程序或批处理文件。
我想将一个 bson 文件转换为 windows 中由 mongodb fooRollback() 命令生成的 json 文件。
您的命令行用法是正确的。该错误消息意味着您不在 MongoDB 的 bin 文件的当前目录中,或者您没有该目录的 PATH 条目。
下载 MongoDB 后,您将bsondump.exe在.\bin\文件夹中找到。
bsondump.exe
.\bin\