Difference between revisions of "MongoDB URLs"

From mi-linux
Jump to navigationJump to search
(Created page with "Main Page >> MongoDB >>MongoDB Workbook >> Useful URLs == MongoDB URLs == Mongo Manual: https://docs.mongodb.com/getting-started/shell/...")
 
Line 3: Line 3:
 
== MongoDB URLs ==
 
== MongoDB URLs ==
  
Mongo Manual:
+
=== Mongo Manual ===
  
https://docs.mongodb.com/getting-started/shell/
+
MongoDB manual: https://docs.mongodb.com/manual/
 +
 
 +
Note, your account supports the following roles only:
 +
- readwrite: ability to insert/update/delete documents in your own database
 +
- changeOwnPassword: ability to change your password
  
 
Tutorial:
 
Tutorial:

Revision as of 16:25, 18 October 2016

Main Page >> MongoDB >>MongoDB Workbook >> Useful URLs

MongoDB URLs

Mongo Manual

MongoDB manual: https://docs.mongodb.com/manual/

Note, your account supports the following roles only: - readwrite: ability to insert/update/delete documents in your own database - changeOwnPassword: ability to change your password

Tutorial: