赵走x博客
网站访问量:151314
首页
书籍
软件
工具
古诗词
搜索
登录
Mac安装MongoDb
Centos7安装mongodump
Centos7安装mongodb4.0
Centos7安装mongodb7.0
Centos7安装mongodump
资源编号:570032
热度:159
``` wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-rhel70-x86_64-100.6.1.tgz tar zxf mongodb-database-tools-rhel70-x86_64-100.6.1.tgz mv mongodb-database-tools-rhel70-x86_64-100.6.1 mongodb-database-tools ``` vi /etc/profile ``` export PATH=/software/mongodb-database-tools/bin:$PATH ``` ``` . /etc/profile ``` 输入mongodump测试