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

3
1
Rubixphys12 15320 points

                                    mongoimport.exe -h localhost:27017 -d sampleTestDB -c testc -u "" -p "" D:\mongoSample.json

3 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
ReferenceError: mongoimport is not defined mongoimport is not recognized as internal or external command 'mongoexport' is not recognized as an internal or external command mongoimport command not recognized mongoimport not working 'mongoexport' is not recognized as an internal or external command, operable program or batch file on windows 'mongoexport' is not recognized as an internal or external command, operable program or batch file. mongoexport is not recognized mongoexport is not defined Mongoimport is not recognized as an internal or external command operable program or batch file mongoimport : The term 'mongoimport' is not recognized as the name of a cmdlet, mongoimport' is not recognized as an internal or external command, operable program or batch file. mongoimport' is not recognized as an internal or external command 'mongoexport' is not recognized as an internal or external command, mongoimport not found mongoimport : The term 'mongoimport' is not recognized as the name of a cmdlet mongoexport not recognized 'mongoimport' is not recognized as 'mongoexport' is not recognized as an internal or external command, operable program or batch file. Problem in mongoexport The term 'mongoimport' is not recognized as the name mongoimport is not recognized in windows mongoimport' is not recognized as an internal or external command operable program or batch file mongoexport is not recognized as an internal or external command mongoexport' is not recognized as an internal or external command mongoimport is not recognized 'mongoimport' is not recognized as an internal or external command, 'mongoimport' is not recognized as an internal or external command, operable program or batch file. mongoimport not recognized 'mongoimport' is not recognized as an internal or external command mongoimport not recognised 4.4 mongoimport not recognised but mongod works mongoimport not recognised mongoimport is not defined : uncaught exception: ReferenceError: mongoimport is not defined ReferenceError: mongoURI is not defined mongodb not defined mongod is not defined uncaught exception: ReferenceError: mongoimport is not defined : mongoimport is not defined
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source