I am trying to create user for my mongo database.
Using MongoDB Query: db.createUser({user: 'administrator', pwd: '1234567890', roles: ['root']})
2019-01-29T11:31:32.521+0530 E QUERY [js] Error: couldn't add user: No role named root@test :
mongod.config
there is no file in /etc/mongod.config