【操作】mongodb导出导入数据
在使用mongodump导出单个表的时候,遇到了一个错误
# mongodump --host xxx --port 27017 --username 'admin' -p '123456' -d 数据库 -c 表 --out backup.bak
Failed: error connecting to db server: server returned error on SASL authentication step: Authentication failed.