About 55,900 results
Open links in new tab
  1. mongo.exe not installed in Version 6.0.0 - Stack Overflow

    Jul 22, 2022 · Download Mongo Shell - mongosh from MongoDB Download Center Extract the contents of the bin from the downloaded zip file to the bin file of your MongoDB folder and run mongosh …

  2. 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 connect to that from A …

  3. 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).

  4. How to install mongoDB on windows? - Stack Overflow

    Its very simple to install Mongo DB on windows 7 ( i used 32 bit win7 OS) Install the correct version of Mongodb ( according to ur bit 32/64 .. imp :- 64 bit is not compatible with 32 bit and vice versa)

  5. 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 collections is for a …

  6. mongodb - Install mongo shell in mac - Stack Overflow

    Oct 22, 2019 · 9 You might want to mongosh (MongoDB Shell) instead. The legacy mongo shell has been since MongoDB v5.0 and replaced by mongosh. Please refer to .

  7. mongodb - Archived versions of Mongo are .exe and not .msi, how do …

    May 15, 2023 · You can download this version on Mongo's website link to the archived 6.0.3 for Windows, but it gives you a .zip with executables for mongod and mongos, and a powershell script …

  8. Dump Mongo Collection into JSON format - Stack Overflow

    Jan 24, 2012 · Is there any way to dump mongo collection into json format? Either on the shell or using java driver.I am looking for the one with best performance.

  9. How to install mongosh after installing MongoDB on Windows?

    Jun 14, 2022 · On my Windows system, I created a directory C:\bin to hold misc executable programs. That directory is added to the PATH environment variable. mkdir c:\bin set PATH=c:\bin;%PATH% …

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

    2 days old with Mongo and I have a SQL background so bear with me. As with mysql, it is very convenient to be in the MySQL command line and output the results of a query to a file on the …