Getting Started
-
5. Managing MongoDB
Finally, to Manage MongoDB Database
To Start it:Copysudo service mongod start
To Enable Start at Boot:
Copysudo chkconfig mongod on
To Stop MongoDB Server:
Copysudo service mongod stop
To Restart MongoDB Server:
Copysudo service mongod restart
Then Test the Mongodb Shell running:
Copymongo
-
6. Getting Started
MongoDB Database Getting-Started Guide
Here MongoDB First, Steps GuideLink to MongoDB Database Getting-Started Quickly Step-by-Step Easy Guide
Contents