导出:
mongoexport –host 127.0.0.1 –port 27017 –collection 集合名字–db 库名 –out 导出数据文件名.json
导入:
mongoimport –host 127.0.0.1 –port 27017 –collection 集合名字 –db 库名 –file /home/zhouping/数据文件名.json
导出:
mongoexport –host 127.0.0.1 –port 27017 –collection 集合名字–db 库名 –out 导出数据文件名.json
导入:
mongoimport –host 127.0.0.1 –port 27017 –collection 集合名字 –db 库名 –file /home/zhouping/数据文件名.json