mongoDB数据库导入导出 导出 mongodump -d photoDB -o F:\bk 文件如下: 导入 mongorestore --drop -d mytest -c user F:\bk\mytest\user.bson 全部的库 mongorestore -drop -d photoDB F:\bk\photoDB 相关博客:https://blog.youkuaiyun.com/qq_16313365/article/details/56494522