Search results

  1. docs.mongodb.org/manual/tutorial/​getting-started   Cached
    By default, mongo looks for a database server listening on port 27017 on ... it will not include the mydb database. MongoDB will not permanently create a database ...
  2. blog.mongodb.org/post/47633823714   Cached
    MongoDB (from 'humongous') is a scalable, high-performance, open source NoSQL database.
  3. www.mongodb.org   Cached
    MongoDB (from "humongous") is an open-source document database, and the leading NoSQL database.
  4. docs.mongodb.org/manual/tutorial/manage-​mongodb-processes   Cached
    By default, MongoDB stores data in the /data/db directory. On Windows, MongoDB stores data in C: ... Use the default port number when possible, to avoid confusion.
  5. wi2ki.blogspot.com/2013/01/mongodb-user-​how-to-create...   Cached
    our ek mushkil: [mongodb-user] How to create a new Mongo Database programatically?
  6. api.mongodb.org/perl/current/MongoDB/​Database.html   Cached
    MongoDB::Database - A Mongo database SYNOPSIS ... Returns a MongoDB::GridFS for storing and retrieving files from the database. Default prefix is "fs", ...
  7. docs.mongodb.org/manual/core/security   Cached
    By default MongoDB programs (i.e. ... control access to your MongoDB instance, you can prevent tampering and “man ... access to the database by enabling MongoDB ...
  8. blog.mongodb.org/post/**5**   Cached
    MongoDB (from 'humongous') is a scalable, high-performance, open source NoSQL database.
  9. docs.mongodb.org/manual/reference/​program/mongo   Cached
    By default, mongo assumes that the database name specified in the db address holds the user’s ... The default distribution of MongoDB does not contain support for ...
  10. stackoverflow.com/questions/13396758/is-​it-possible-to...   Cached
    So I want to get the profile data programatically. ... Can you prevent a command from going into the ... Running node.js tests against test data in a MongoDB database. 0.
  11. stackoverflow.com/questions/8811578/how-​to-prevent-sql...   Cached
    How to prevent SQL Server Express database file auto-creation error? ... by default create a SQL Server database to ... If you would rather avoid using User ...
  12. stackoverflow.com/questions/14170221/​strategy-for...   Cached
    Also you can get timestamp of ObjectId’s creation with ... To prevent leakage of information and ... When to use MongoDB or other document oriented database ...
  13. stackoverflow.com/questions/11989632/​mongodb-is-it...   Cached
    I am using the Mongodb official driver and I want to set by default the naming of the elements to lower case to avoid code like this: ... mongodb insert creation time ...