About 46,800 results
Open links in new tab
  1. MongoDB: How to find the exact version of installed MongoDB

    Feb 3, 2021 · To check MongoDB version use the mongod command with --version option. To check the MongoDB Server version, Open the command line via your terminal program and …

  2. cmd - How do I know which MongoDB version is installed by …

    Without changing directory to \\MongoDB\\bin\\, when I call: mongod -v I get: 'mongod' is not recognized as an internal or external command, operable program or batch file. When I call …

  3. What version of MongoDB is installed on Ubuntu - Stack Overflow

    Oct 16, 2013 · Hi I'm a bit of a shell n00b. Can anyone tell me how I would check the version of MongoDB that is installed on my Linux Ubuntu machine? I see that my MongoDB shell …

  4. How to install mongoDB and check the version - Stack Overflow

    Jul 13, 2016 · I am new in mongoDB and I installed the mongodb in window 32 bit using:- C:>npm install -g mongo And It installed successfully But When I used c:>mongo -v This is giving …

  5. How to get mongodb version from mongoose - Stack Overflow

    Mar 9, 2013 · Simple, with the mongo cli: db.version () How can I do the same with mongoose? How can I send a custom command?

  6. Check MongoDB php driver version - Stack Overflow

    Sep 26, 2013 · I installed the MongoDB PHP driver on my Linux machine a few months ago. Now, I want to know which version of the driver I installed. How can I find this information?

  7. How to check if Mongodb enterprise is in use - Stack Overflow

    Oct 15, 2015 · How to check if mongodb's enterprise version is in use? Is there a flag or property I can query. mongod --version only returns the version.

  8. How can I specify the spring-data-mongodb version using spring …

    Oct 1, 2014 · I want to use the latest version of spring-data-mongodb, in order to use the full text search feature, but I don't know how I can specify this using the spring-boot-starter-data …

  9. mongodb - .mongo' is not recognized as an internal or external …

    Jul 7, 2018 · I am connecting the Atlas cluster with the mongo shell with version 4.4. 'mongo' is not recognized as an internal or external command, I used mongoshell version instead of the …

  10. mongodb - Getting version of Mongo Instance with Java driver

    As the title suggests, i want to get the version of the mongo instance the client is connecting to. Currently i am using mongo java driver 2.9.3 and mongo instance is 2.2.2. I require this, in ord...