mongodb导入导出数据

mongodump:

mongodump --host=host --port=port--username=username --password=password --collection=collection --db=db --out=directory

mongorestore --host=host --port=port --username=username --collection=collection --db=ibook --dir=file.bson

转载于:https://www.jianshu.com/p/9ff340d908b4

猜你喜欢

转载自blog.csdn.net/weixin_34278190/article/details/91079948