How to Enable Authentication and Create DB Users in MongoDB

By default authentication is not enabled within Mongo.  In this article we will show you how to enable authentication , create an account for global mongo administration and also create an account for database level authentication. Create UserAdmin First of all we go into the mongo shell and create our admin user. use admin db.createUser( … Read more

Configuring MongoDB within Django

INTRODUCTION reference to field types – http://www.ibm.com/developerworks/library/os-django-mongo/ INSTALL MONGO http://www.liquidweb.com/kb/how-to-install-mongodb-on-centos-6/ CONFIGURE DJANGO http://staltz.github.io/djangoconfi-mongoengine/#/9 — install — pip install mongoengine — configure django — set settings to dummy mongoengine django – diff version yum install mongo new version install mongo etc into virtual env http://www.liquidweb.com/kb/how-to-install-mongodb-on-centos-6/ stop service

Want to become a database expert?

Here is our hand-picked selection of the best courses you can find online:
Ultimate MySQL Bootcamp
Complete SQL Bootcamp
MongoDB Complete Developer course
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial