共计 584 个字符,预计需要花费 2 分钟才能阅读完成。
这篇文章主要介绍 MongoDB 3.4 版本怎么开启 http service,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
Mongodb3.0 开始在配置文件里废弃了参数 httpinterface=true, 如果用该参数启动会报如下错误:
Unrecognized option: httpinterface=true
try ./mongod –help for more information
新的版本可以用如下方式启动 http 服务
# ./mongod -f /data/mongodb/mongod.conf –httpinterface
about to fork child process, waiting until server is ready for connections.
forked process: 13741
child process started successfully, parent exiting
#
mongodb 的 http service 端口为 28017
# ss -lnt |grep 28017
LISTEN 0 128 *:28017 *:*
查看 web 页面
以上是“MongoDB 3.4 版本怎么开启 http service”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注丸趣 TV 行业资讯频道!