Answers for "mongoimport is not recognized"

3

mongoimport is not recognized

From version 4.4 onwards, you have to install MongoDB tools separately
https://www.mongodb.com/try/download/database-tools?tck=docs_databasetools

Unzip and move the contents within 
path_to_your_extracted_folder\mongodb-database-tools-windows-x86_64-100.3.0\bin
to 
C:\Program Files\MongoDB\Server\4.4\bin
Posted by: Guest on February-26-2021
0

mongoimport is not defined

mongoimport.exe -h localhost:27017 -d sampleTestDB -c testc -u "" -p "" D:\mongoSample.json
Posted by: Guest on November-10-2020

Code answers related to "mongoimport is not recognized"

Browse Popular Code Answers by Language