

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How do I know which MongoDB version is installed using the Command Line?
First open the CMD and then reach the BIN directory of MongoDB. The screenshot to open CMD prompt is as follows.
Above we have reached the RUN dialog by pressing START and then typing RUN and ENTER.
Now, type CMD and press OK button to get the command line. The screenshot is as follows −
Reach the BIN directory of MongoDB. Following is how to reach the BIN −
Use the query mongo –version. The screenshot of the query is as follows −
Above displays that our current MongoDB version is v4.0.5.
- Related Questions & Answers
- How do I know if Python has pandas installed?
- How do I drop a MongoDB database from the command line?
- How to find the version of Java using command line?
- How to know which storage engine is used in MongoDB?
- How can I know which radio button is selected via jQuery?
- How can I know which radio button is selected via jQuery?
- Which is the selenium latest version?
- How do I install selenium latest version?
- How do I know if a MySQL table is using myISAM or InnoDB Engine?
- Which version is my MySQL?
- How to do Python math at command line?
- How can I to know if my database MongoDB is 64 bits?
- How do I check what version of Python is running my script?
- How do we access command line arguments in Python?
- How to check the PowerShell version installed in local and remote systems?
Advertisements