Getting start with mongoDb


1.
*open a cmd
*change the directotry as mongodb installation didirectory. eg:- C:\mongodb\bin>mongod

2.
*open another cmd
*change the directotry as mongodb installation didirectory. eg:- C:\mongodb\bin>mongo
Then you can work with the 2nd cmd

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl