导出mongodb数据命令

mongoexport --authenticationDatabase admin -h xxxx --port xxx  -u mongo -p xxx -d xxxx -c xxx -o /xxx/xxx.json

不加–authenticationDatabase admin的话会报错:

error connecting to db server: server returned error on SASL authentication step: Authentication failed.

猜你喜欢

转载自blog.csdn.net/yrx0619/article/details/83307715