About 25,900 results
Open links in new tab
  1. How to install mongoDB on windows? - Stack Overflow

    MongoDB for Windows 32-bit runs on any 32-bit version of Windows newer than Windows XP. 32-bit versions of MongoDB are only intended for older systems and for use in testing and …

  2. mongodb - mongo.exe not installed in Version 6.0.0 - Stack …

    Jul 22, 2022 · Just install mongosh (mongo shell) from MongoDB site mongoDB site , after installing unzip the file and go to bin folder and copy the mogosh file and paste in the directory …

  3. How to export all collections in MongoDB? - Stack Overflow

    What version of MongoDB are you using? The wiki documentation for mongoexport suggests this is a command line tool for exporting a collection. Perhaps the ability to export multiple …

  4. Install ONLY mongo shell, not mongodb - Stack Overflow

    Feb 2, 2017 · As mentioned above, I need to install only the mongo shell on a RHEL instance (machine A). I have a mongodb server on a separate instance (machine B) and need to …

  5. How to install mongo legacy shell in MongoDB 6.0 - Stack Overflow

    Sep 4, 2023 · The legacy mongo shell has been removed in MongoDB 6.0. Following the official Debian installation procedure for 6.0, it is not intalled (in favour of the new mongosh shell). …

  6. Can I get the MongoDB Shell for Windows 32-bit?

    May 25, 2021 · How do I get MongoDB Shell for Windows 32-bit operating system? I can find the 32-bit download for the server. I can also find the download for the 64-bit Shell. But there is no …

  7. mongodb - Mongo.exe file does not exist\ - Stack Overflow

    Aug 3, 2022 · I installed community version of mongodb on windows 11, but mongo.exe is missing inside my bin directory. and I'm unable to use mongo shell. ?

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

    Jul 7, 2018 · The mongo command line tool is no longer shipped with MongoDB version 6.0. This tool is deprecated and replaced by the new mongosh shell. This tool may have been installed …

  9. Printing Mongo query output to a file while in the mongo shell

    The MongoDB Shell, mongosh, is a fully functional JavaScript and Node.js 14.x REPL environment for interacting with MongoDB deployments. You can use the MongoDB Shell to …

  10. where is default installation directory for mongodb

    Apr 10, 2018 · I installed mongodb by following the instructions from its site. To open the shell I must go to the installation directory of mongodb, and then type ./bin/mongo I don't know the …