I want to restore a single table, the command written like this
mongorestore --username admin --password "pwdmongo" --db poi --collection newPoi newPoi.bson
but keep prompting errors
connected to: 127.0.0.1
assertion: 18 { ok: 0.0, errmsg: "auth failed", code: 18, codeName: "AuthenticationFailed" }