mongoexport -h 127.0.0.1 --port 27017 --username 用户名 --password 密码 --collection table -f 字段 --type csv --db 数据库 --out 导出文件名
转载于:https://my.oschina.net/superroy/blog/1506684
mongoexport -h 127.0.0.1 --port 27017 --username 用户名 --password 密码 --collection table -f 字段 --type csv --db 数据库 --out 导出文件名
转载于:https://my.oschina.net/superroy/blog/1506684