I installed MongoDB 3.2.4 on CentOS 7. I keep the default configure except comment the bindIp: 127.0.0.1
to access the db via 3T MongoChef 3.4.1 from local machine.
I create two new users for db admin
. One is root
and one is userAdmin
.
I tried to access the db via 3T MongoChef but failed. If I leave the Authentication none
, I would get this:
But if I set it :
then I get:
I have no idea how to fix this. Please help.