Linux下载MongoDB(简单详细)

   Linux安装MongoDB(简单详细)_这个名字先用着的博客-CSDN博客

 

(90条消息) Linux平台安装MongoDB_linux安装mongodb_彭世瑜的博客-CSDN博客

 

MongoDB导入导出备份数据 - xjournal - 博客园 (cnblogs.com)    

mongodb的远程连接

./mongo --host xxxx -u root -p xxxx  --authenticationDatabase admin

 

mongodb的备份命令

./mongodump  --host xxxxx -uroot -p xxx  --authenticationDatabase admin -o /tmp/backup

恢复命令

./mongorestore --host xxxxx -u root -p xxxxx --authenticationDatabase admin /root/backup_test

mongdodb的到处命令

 

./mongoexport -h xxxxx -u root -p xxxxxxxx -d xxxxxxxxx -c xxxx --authenticationDatabase admin -o xxxxxxxxxxxx.json

posted @ 2023-04-12 15:27  gbc  阅读(70)  评论(0)    收藏  举报