网站建设资讯

NEWS

网站建设资讯

centos7使用yum安装mongodb

  1. 安装软件:
    yum  -y  install  MongoDB  mongodb-devel  mongodb-server
  2. 修改配置文件:
    vim /etc/mongod.conf
    fork = true
    pidfilepath = /var/run/mongodb/mongod.pid
    logpath = /var/log/mongodb/mongod.log
    unixSocketPrefix = /var/run/mongodb
    dbpath = /var/lib/mongodb
    port=27017
  3. 启动服务:
    systemctl  start  mongod
  4. 连接数据库:
    mongo
  5. 测试:
    centos7使用yum安装mongodb

网站名称:centos7使用yum安装mongodb
URL链接:http://cdweb.net/article/ppeepi.html