首页 > 解决方案 > 未经授权将集合导出为 excel 文件

问题描述

我正在尝试将集合导出为 excel。但是当我访问 mongo shell 并运行以下命令时,我得到了这个错误。

> use test_DB
> db.getUsers()
[ ]
root@serverip:~# mongoexport --db test_DB -c users --out /home/developer/newdbexport.json
Failed: error running `listCollections`. Database: `test_DB` Err: command listCollections requires authentication

有什么建议吗?提前致谢

标签: mongodbshellexport

解决方案


推荐阅读