// 未分类
mongoexport导出csv
发布 2021-06-30 · 永久链接
no excerpt about this article
``` bash
./mongoexport -h ip:port -u username-p password -d db -c collectionname --out outfile.csv --authenticationDatabase admin
```
// 未分类
发布 2021-06-30 · 永久链接
no excerpt about this article