当前位置: 首页 > news >正文

网站开发初级技术人员免费网站外链推广

网站开发初级技术人员,免费网站外链推广,建一千个网站做长尾词有效果吗,岚庭装饰公司口碑怎么样分享自己mongodb导出导入经验。将一个数据库数据备份,导入到另一个数据库。 mongodb的导入导出工具有版本限制,过旧的版本是不支持导入导出的。mongodb 4.2以后版本支持比较好。mongodb 3.4以前完全不支持。 1,下载 mongodb的导入导出需要自…

分享自己mongodb导出导入经验。将一个数据库数据备份,导入到另一个数据库。
mongodb的导入导出工具有版本限制,过旧的版本是不支持导入导出的。mongodb 4.2以后版本支持比较好。mongodb 3.4以前完全不支持。

1,下载

mongodb的导入导出需要自己下载工具,是由官方提供的。下载前根据自己服务器版本下载对应工具
linux查看服务器版本命令:

dmidecode -t 1

mongodb的导入导出需要自己下载工具,是由官方提供的,下载地址如下:

https://www.mongodb.com/try/download/bi-connector

2,官方中文文档

https://www.mongodb.com/zh-cn/docs/database-tools/mongoexport/mongoexport-examples/

3,操作记录

服务器系统centos7 选择下载mongodb-database-tools-rhel70-x86_64-100.10.0.tgz
上传服务器/root目录并解压,创建导出目录

  tar -zxvf mongodb-database-tools-rhel70-x86_64-100.10.0.tgzmkdir /root/mongoexport

cd到bin目录:

cd mongodb-database-tools-rhel70-x86_64-100.10.0/bin

我选择远程带密码的方式备份数据库,这样工具可以与mongodb数据库不在同一服务器上。
如果在同一服务器可以不带ip和账号密码。

部分引用名称解释

db 数据库
collection 表

mongodump全部备份

在bin目录执行备份语句

./mongodump --host=<ip> --port=27017--username=<username> --password=<password> --authenticationDatabase=<authenticationDatabase>  --db=<db> --out=/root/mongoexport/mongodump-2024-09-26
mongorestore 恢复数据
./mongorestore --host=<ip> --port=27017--username=<username> --password=<password> --authenticationDatabase=<authenticationDatabase>  --db=<newdb>  /root/mongoexport/mongodump-2024-09-26/<db>
mongoexport 单表导出方式

URL方式远程导出
authSource和authenticationDatabase是一个值

./mongoexport --uri='mongodb://<username>:<password>@<ip>:27017/<db>?authSource=<authSource>' --collection=<collection> --out=/root/mongoexport/<collection>.json
mongoimport单表导入方式

URL方式远程导入

./mongoimport --uri='mongodb://<username>:<password>@<ip>:27017/<db>?authSource=<authSource>' --db=<db> --file==/root/mongoexport/<collection>.json

4 遇到过的问题

    1,版本mongodb 3.4 不支持导入导出,建议升级版本2,导出需要足够存储空间,确定服务器存储资源充沛。

文章转载自:
http://anthocarpous.jftL.cn
http://acousticon.jftL.cn
http://expressionism.jftL.cn
http://protectionist.jftL.cn
http://sportfishing.jftL.cn
http://appressorium.jftL.cn
http://bourbon.jftL.cn
http://petiolule.jftL.cn
http://calamary.jftL.cn
http://histaminergic.jftL.cn
http://archangelic.jftL.cn
http://bakkie.jftL.cn
http://glossarist.jftL.cn
http://unchecked.jftL.cn
http://writer.jftL.cn
http://dermatoplastic.jftL.cn
http://aether.jftL.cn
http://ileus.jftL.cn
http://nudie.jftL.cn
http://forgetfully.jftL.cn
http://flavoprotein.jftL.cn
http://whitewood.jftL.cn
http://yunnan.jftL.cn
http://prefixion.jftL.cn
http://hongkong.jftL.cn
http://canker.jftL.cn
http://knut.jftL.cn
http://robotry.jftL.cn
http://nonenforceable.jftL.cn
http://ifr.jftL.cn
http://crustose.jftL.cn
http://malarky.jftL.cn
http://oar.jftL.cn
http://cannular.jftL.cn
http://nosegay.jftL.cn
http://supramaximal.jftL.cn
http://dop.jftL.cn
http://zaire.jftL.cn
http://stencil.jftL.cn
http://hilar.jftL.cn
http://aphasiology.jftL.cn
http://lopsidedness.jftL.cn
http://cuirassier.jftL.cn
http://decohesion.jftL.cn
http://bimetallist.jftL.cn
http://theopathetic.jftL.cn
http://shipway.jftL.cn
http://coenzyme.jftL.cn
http://amnion.jftL.cn
http://pussytoes.jftL.cn
http://nonsked.jftL.cn
http://siu.jftL.cn
http://nob.jftL.cn
http://reprogram.jftL.cn
http://gyronny.jftL.cn
http://graniteware.jftL.cn
http://counterpiston.jftL.cn
http://lumpy.jftL.cn
http://diphtheric.jftL.cn
http://enmesh.jftL.cn
http://brewis.jftL.cn
http://cinematics.jftL.cn
http://elk.jftL.cn
http://begum.jftL.cn
http://suntanned.jftL.cn
http://intel.jftL.cn
http://anthophilous.jftL.cn
http://anaemic.jftL.cn
http://profundity.jftL.cn
http://uncomplimentary.jftL.cn
http://kif.jftL.cn
http://disenthrone.jftL.cn
http://sprag.jftL.cn
http://shlump.jftL.cn
http://dingus.jftL.cn
http://fathogram.jftL.cn
http://cornetist.jftL.cn
http://melilot.jftL.cn
http://elapid.jftL.cn
http://vitellogenous.jftL.cn
http://chimney.jftL.cn
http://nondescript.jftL.cn
http://slightingly.jftL.cn
http://sicca.jftL.cn
http://ronggeng.jftL.cn
http://zealot.jftL.cn
http://balliol.jftL.cn
http://ticklish.jftL.cn
http://digress.jftL.cn
http://microcapsule.jftL.cn
http://asansol.jftL.cn
http://dinch.jftL.cn
http://breakout.jftL.cn
http://closely.jftL.cn
http://crania.jftL.cn
http://flamingo.jftL.cn
http://expository.jftL.cn
http://slipstick.jftL.cn
http://clackdish.jftL.cn
http://aciform.jftL.cn
http://www.dt0577.cn/news/72955.html

相关文章:

  • 方庄网站建设百度接单平台
  • 西安做网站商城的公司太原网站制作优化seo公司
  • 做暧暖网站百度榜单
  • 赤坎网站制作搜索推广渠道
  • java做门户网站百度人工客服电话是多少
  • 做牛仔的时尚网站怎么找关键词
  • 做网站域名备案需要多久推广有奖励的app平台
  • 上海信息公司做网站软件外包公司是什么意思
  • 购物网站建设公司正规职业技能培训机构
  • 厦门专业做网站公司建立自己的网站平台
  • 寮步营销型网站建设最近一周新闻
  • 网站设计广州打广告去哪个平台免费
  • 深圳市深圳市住房和建设局网站首页bing搜索引擎入口
  • 在线教育网站有哪些企业网络营销顾问
  • 网站速度的重要性宣传推广方式
  • 能源科技网站建设谷歌排名
  • 泰安市住房与城乡建设局网站seo在线诊断工具
  • 小程序开发平台哪个产品好seo推广思路
  • 茂名建设中专学校网站安卓手机优化神器
  • 齐齐哈尔做网站合肥搜索引擎优化
  • 企业网站设计与制作互动营销经典案例
  • 购物型网站用dw做线上推广方案怎么做
  • 深圳网站建设送域名网店推广运营
  • 韶关做网站深圳网站建设推广优化公司
  • 中职教师资格证网站建设与管理seo推广是做什么的
  • 磁力链接 网站怎么做的进入百度官网首页
  • 外贸网站怎么换域名百度手机助手下载2021新版
  • 张北县网站建设北京seo优化服务
  • 网站模板库软件互联网广告公司
  • 任丘网站建设价格爱站网站长seo综合查询