MongoDump & MongoRestore using Commond Prompt | IMPORT & EXPORT in MongoDB | DUMP | RESTORE |MONGODB

preview_player
Показать описание
How to dump and restore the database in mongodb using commond prompt

DUMP QUERY : mongodump --host localhost --port 27017 -d DBname -o C:\yourFolderName
RESTORE QUERY : mongorestore --host localhost --port 27017 -d DBname C:\yourFolderName
Рекомендации по теме
Комментарии
Автор

thank you so much i really love you because you helped me in the last second thank you so much

darmellahabdellatif
Автор

Please help me to resolve the error: 'mongodump' is not recognized as an internal or external command,
operable program or batch file.

alankruthisaieni