无法将mongo连接到mlab(登录失败)

时间:2018-04-30 14:23:24

标签: mongodb mlab

我尝试将mongo连接到mlab但遇到此错误:https://imgur.com/a/mjN2lbe

$ ./bin/mongo.exe mongo ds*****.mlab.com:****/**** -u <username> -p
MongoDB shell version v3.6.4
Enter password:
connecting to: mongodb://127.0.0.1:27017/mongo
MongoDB server version: 3.6.4
2018-04-30T21:59:20.446+0700 E QUERY    [thread1] Error: Authentication failed. :
DB.prototype._authOrThrow@src/mongo/shell/db.js:1608:20
@(auth):6:1
@(auth):1:2
exception: login failed

我已经在mlab数据库上创建了这样的用户:https://imgur.com/a/mjN2lbe但它仍然不起作用。我100%确定我没有输入错误的用户名或密码

0 个答案:

没有答案