

Hi
I using the Robo 3T to connect my MongoDB. And after this I create a new user, using this command.
db.createUser(
{
user: "totvs_cons",
pwd: "totvs123",
roles: [ { role: "read", db: "VidaUnica" } ]
}
);
When I go to the path file C:\Program Files\MongoDB\Server\3.4\bin plus mongo
I tried to connect but, show me this message. What I'm doing wrong ?

