美文网首页
mongodb 数据迁移

mongodb 数据迁移

作者: wildestorcs | 来源:发表于2017-10-25 19:15 被阅读0次

    1. 数据导出

    mongoimport --host ip --port 3717 --db spider_nj --collection cityareas cityare.json -u username -p password --authenticationDatabase admin

    2. 数据导入

    mongoexport -d spider_nj -h192.168.1.56:27017 -c cityarea -o cityare.json --authenticationDatabase admin

    相关文章

      网友评论

          本文标题:mongodb 数据迁移

          本文链接:https://www.haomeiwen.com/subject/ztbiuxtx.html