Make User

Anonymous
plain_text
05/16/2023 7:08 AM
204 B
26
Indexable
use admin;
db.createUser({
  user: "softline",
  pwd: passwordPrompt(), // or cleartext password
  roles: [{ role: "dbOwner", db: "softline" }],
});
Editor is loading...