赵走x博客
网站访问量:151307
首页
书籍
软件
工具
古诗词
搜索
登录
Mac安装MongoDb
Centos7安装mongodump
Centos7安装mongodb4.0
Centos7安装mongodb7.0
Centos7安装mongodb4.0
资源编号:570033
热度:128
Centos7安装mongodb4.0
``` mkdir /software cd /software/ wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.4.tgz tar -zxvf mongodb-linux-x86_64-4.0.4.tgz mv mongodb-linux-x86_64-4.0.4 mongodb ``` vi /etc/profile ``` export PATH=/software/mongodb/bin:$PATH ``` ``` . /etc/profile ```