CentOS7.2 安装 MongoDB 3.4的教程
程序员文章站
2022-03-24 08:19:58
服务器版本 centos7.2mongodb版本 3.41/ 下载所需资源阿里镜像地址 http://mirrors.aliyun.com/mongodb/yum/redhat/7/mongodb-o...
服务器版本 centos7.2
mongodb版本 3.4
1/ 下载所需资源
阿里镜像地址 http://mirrors.aliyun.com/mongodb/yum/redhat/7/mongodb-org/3.4/x86_64/rpms/
下载rpm安装包:
# wget mongodb-org-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-mongos-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-server-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-shell-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-tools-3.4.4-1.el7.x86_64.rpm
2/ 安装 mongodb
先安装 mongos、server、shell、tools
# rpm -ivh mongodb-org-mongos-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-server-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-shell-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-tools-3.4.4-1.el7.x86_64.rpm
再安装
# rpm -ivh mongodb-org-3.4.4-1.el7.x86_64.rpm
3/ 启动和停止 mongodb
启动
# service mongod start
停止
# service mongod stop
4/ 配置 mongodb
配置文件 mongod.conf
vim /etc/mongod.conf
5/ 其他版本资源
到此这篇关于centos7.2 安装 mongodb 3.4的文章就介绍到这了,更多相关centos7.2 安装 mongodb 3.4内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!
下一篇: MongoDB数据库基础操作总结
推荐阅读
-
python安装numpy&安装matplotlib& scipy的教程
-
windows7下安装php的php-ssh2扩展教程
-
Windows下的PHP 5.3.x安装 Zend Guard Loader教程
-
在Vultr VPS主机上安装使用Windows Server的教程及评测
-
cenos7中利用docker安装mysql的步骤教程
-
oracle安装环境搭建以及PLSQLDeveloper使用的教程
-
node安装--linux下的快速安装教程
-
windows下安装mysql-8.0.18-winx64的教程(图文详解)
-
电脑新增加一块硬盘安装并使用的教程
-
在Centos7中安装Docker1.12的详细教程