Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Dell Wyse Management Suite Version 1.3 High Availability Guide

Create database user

Create an user, for example, DBUser using the Wyse Management Suite to access MongoDB.

  • NOTE: The database user and password are examples and can be created using a different name and password at your work place.

Run the following command to create the DBUser:

db.createUser(  {
                              user: "DBUser",
                              pwd: <db_password>,
                              roles: [ { role: "userAdminAnyDatabase", db: "admin" },
                              { role: "dbAdminAnyDatabase", db: "admin" },
                              { role: "readWriteAnyDatabase", db: "admin" },
                              { role: "dbOwner", db: "DBUser" } ]
                              })
                           

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\