Friday, December 16, 2016

How to check mongodb is running or not

In the previous 2 POSTS we had shown


In this post we will show How to Check if MongoDB is running or not

Continuing the above 2 posts....

open command prompt and run the below command as shown below.

Then you can find its Shell Version, Server Version and Running Port.

type mongo in the command prompt













Now we can find that MongoDB is running at the port  27017 as default port,
shell verson and server version as 3.4.0

No comments:

Post a Comment