這篇文章主要介紹MongoDB 3.4版本怎么開啟http service,文中介紹的非常詳細(xì),具有一定的參考價值,感興趣的小伙伴們一定要看完!
創(chuàng)新互聯(lián)建站主要從事網(wǎng)站設(shè)計、網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)古浪,十余年網(wǎng)站建設(shè)經(jīng)驗,價格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):028-86922220
Mongodb3.0開始在配置文件里廢棄了參數(shù)httpinterface=true,如果用該參數(shù)啟動會報如下錯誤:
Unrecognized option: httpinterface=true
try './mongod --help' for more information
新的版本可以用如下方式啟動http服務(wù)
# ./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”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!