数据库centos7使用yum安装mongodb 云博小周宇2024年5月5日2023年8月26日1 Min Read 安装软件: yum -y install mongodb mongodb-server 2.启动服务: systemctl start mongod 连接数据库: mongo 测试: