Changes for page MongoDB
on 2015/06/11 10:54
on 2015/06/11 10:59
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,2 +1,6 @@ 1 1 = Use MongoDB = 2 + 2 2 If your application uses an important set of values, you can choose to store them in MongoDB : 4 + 5 +- create a database: use databaseName; 6 +- create a user on it: db.createUser({user : "username" ,pwd : "password",roles :["readWrite"]}) ;