3. Servers and Clients
Activity 3.01: Managing Your Database Users
Solution:
The following are the detailed steps for the activity:
- Go to http://cloud.mongodb.com to connect to the Atlas console.
- Log on to your new MongoDB Atlas web interface using your username and password, which was created when you registered for the Atlas Cloud:
- Create a new database called
dev_mflix
and, on the Atlas clusters page, click theCOLLECTIONS
button:A window with all the collections will appear, as shown in Figure 3.42:
- Next, click the
+Create Database
button, at the top of the database list. The following window will appear: - Set
DATABASE NAME
todev_mflix
andCOLLECTION NAME
todev_data01
, and then click theCREATE
button. - Create a custom role called
Developers
. Click onDatabase Access
(on the left side...