1. 程式人生 > >匯出mongodb資料命令

匯出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.