Difference between revisions of "MongoDB URLs"
From mi-linux
Jump to navigationJump to searchLine 2: | Line 2: | ||
== MongoDB URLs == | == MongoDB URLs == | ||
+ | |||
+ | === Manual === | ||
[https://docs.mongodb.com/manual/ MongoDB manual] | [https://docs.mongodb.com/manual/ MongoDB manual] | ||
− | Note, your account supports the following roles only: | + | Note, MongoDB is administrated by roles, which define what privileges you have on your database. |
+ | |||
+ | Your account supports the following roles only: | ||
* readwrite: ability to insert/update/delete documents in your own database | * readwrite: ability to insert/update/delete documents in your own database | ||
* changeOwnPassword: ability to change your password | * changeOwnPassword: ability to change your password | ||
− | Tutorial | + | So some commands will not work! |
+ | |||
+ | === Tutorial === | ||
+ | |||
+ | A number of tutorials exist, if some commands do not work, please note the comment about roles above. |
Revision as of 16:39, 18 October 2016
Main Page >> MongoDB >>MongoDB Workbook >> Useful URLs
MongoDB URLs
Manual
Note, MongoDB is administrated by roles, which define what privileges you have on your database.
Your account supports the following roles only:
- readwrite: ability to insert/update/delete documents in your own database
- changeOwnPassword: ability to change your password
So some commands will not work!
Tutorial
A number of tutorials exist, if some commands do not work, please note the comment about roles above.