centos7 安装 mongodb

centos7 安装 mongodb

  wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.1.tgz # 下载
  tar -zxvf mongodb-linux-x86_64-4.0.1.tgz # 解压
  mkdir -p /data/db # 创建数据库目录
  firewall-cmd --permanent --add-port=27017/tcp && firewall-cmd --reload # 开启防火墙
  mongodb-linux-x86_64-4.0.1/bin/mongod --bind_ip=0.0.0.0 # 使用外部电脑可以连接的方式启动 mongod
posted @ 2018-08-18 17:04  程序媛李李李李蕾  阅读(264)  评论(0编辑  收藏  举报