Find MongoDB Version in Windows / Linux
Installed Mongodb version in Windows/ Linux system can be identified by using the mongod command with --version option.
To check MongoDB Server version, Open the command line via your terminal program/ putty and execute the following command:
mongod --version
To get the MongoDB Shell version, Use the below command:
mongo -version
0 comments:
Post a Comment