centos7使用yum安装mongodb

  • 安装软件:
    yum  -y  install  mongodb  mongodb-server

    2.启动服务:

    systemctl  start  mongod
  • 连接数据库:
    mongo
  • 测试: