• 2023-06-02
Linux下mongodb服务监视脚本怎么写

到history中看下启动命令:复制代码代码如下:/usr/local/mongodb/bin/mongod--dbpath=/usr/local/mongodb/data/--logpath=/da......

11