After the container is started Log in to admin first and create a new user $ docker exec -it mongo mongo admin # Create a user named admin with a password of 123456. >db.createUser({user:"duser",pwd:"test1mongodb23","roles" : [{"role" : "dbAdmin","db" : "cpeducloud2"}, {"role" : "dbOwner","db" : "cpeducloud2"},{"role" : "readWrite","db" : "cpeducloud2"}, {"role" : "userAdmin","db" : "cpeducloud2"}],"mechanisms" : ["SCRAM-SHA-1","SCRAM-SHA-256"]}); # Try to connect using the user information created above. > db.auth('duser', 'test1mongodb23') The creation is successful here, so create a new library and account here (note that this is the case of admin login) For example, the library created here is sboot, After creating the user, log out and log in again with the new user in the new database (sboot) The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
>>: MySQL bypasses granting information_schema objects and reports ERROR 1044 (4200) error
1. Rounded Corners Today's web designs are con...
Anyone who has used the Linux system should know ...
Preface MySQL continued to maintain its strong gr...
Table of contents 1. Advantages of proxy vs. Obje...
Table of contents 1. Introduction 2. Composition ...
1. Display the files or directories in the /etc d...
Use the Linux utility certbot to generate https c...
In fact, the three tables above all have three ro...
An at-rule is a declaration that provides instruc...
Table of contents Show Me The Code Test the effec...
The accessibility of web pages seems to be somethi...
1. Build the basic image of jmeter The Dockerfile...
By default, PHP on CentOS 7 runs as apache or nob...
The first parameter passing method is dynamic rou...
Table of contents 1. Introduction to gojs 2. Gojs...