我一直在尝试通过终端(ssh)连接到在EC2上运行的MongoDB。
我已将bind_ip
从mongodb.conf更改为0.0.0.0
我仍然无法连接。
sudo mongo admin --username --password
这是我收到的错误。我是新手,我不知道我应该做什么来连接。
MongoDB shell version: 3.0.7
connecting to: /opt/bitnami/mongodb/tmp/mongodb-27017.sock:27017/admin
2015-11-25T09:36:46.604+0000 E QUERY Error: 18 Authentication failed.
at DB._authOrThrow (src/mongo/shell/db.js:1271:32)
at (auth):6:8
at (auth):7:2 at src/mongo/shell/db.js:1271
exception: login failed
谢谢。