[02:52:35] <botho> ive installed mongodb-server on centos7, enabled and started the service. netstat shows me mongod is listening on port 27017. how do i connect to it??
[02:53:16] <botho> i am here, 'mongo' isnt found, so i am using mongos instead. however i am unsure what arguments to pass. it's not very clear, or i fail to look in the right place
[16:04:37] <botho> hello, i have an admin user, created using http://dpaste.com/3FFS382 . i have a database pulp_database and i wish to make a user on there, using http://dpaste.com/0Y10YQ0. so i use admin, db.auth with my admin user, then paste this. however when switching to pulp_databsae and db.getUsers(), i get an empty list. what am i doing wrong?