mongodb 导入导出

F:\Mongodb\bin>mongoexport.exe -h localhost:27017 -d proxy_db -c proxy_tb -o f:/p1.json  导出   -h 服务器地址  -d 数据库名称  -c表名称 -o 文件绝对地址

  

mongoimport.exe -h localhost:27017 -d db1 -c tb1 F:/p1.json

  

posted @ 2019-06-25 09:51  破晓e  阅读(159)  评论(0编辑  收藏  举报