mongoimport --db weibo --collection new_comment --file E:\result66.json
mongoimport --db weibo --collection comment1213 --file E:\result1213.json
本文详细介绍了使用mongoimport命令将JSON文件数据导入到MongoDB指定数据库及集合的过程,包括两个具体示例:将E盘的result66.json文件导入到weibo数据库的new_comment集合,以及将result1213.json文件导入到comment1213集合。
mongoimport --db weibo --collection new_comment --file E:\result66.json
mongoimport --db weibo --collection comment1213 --file E:\result1213.json

被折叠的 条评论
为什么被折叠?