Answers for "mongoimport command 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

Code answers related to "mongoimport command not recognized"

Browse Popular Code Answers by Language