How To Check If Mongodb Is Installed

[Solved] How To Check If Mongodb Is Installed | Shell - Code Explorer | yomemimo.com
Question : check if mongodb is installed

Answered by : fair-fish-92a1lwjgkk0n

mongod --version

Source : | Last Update : Mon, 05 Oct 20

Question : how to check if mongodb is installed

Answered by : cooperative-cowfish-tlsasdkt6m4z

Open the command prompt and type "cd c:\program files\mongodb\server\your version\bin". After you enter the bin folder type "mongo start". If you get either a successful connection or failed one it means it's installed at least.

Source : | Last Update : Sun, 04 Apr 21

Answers related to how to check if mongodb is installed

Code Explorer Popular Question For Shell