Create Admin User MongoDB

- Posted in Linux by - Comments
Membuat user admin untuk MongoDB Create user use admin db.createUser( { user: 'admin', pwd: 'password', roles: [ { role: 'root', db: 'admin' } ] Read more