九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
mongodb系列
啟動MongoDB有2種方式,一種是直接默認(rèn)啟動,另一種是指定配置文件。啟動方式如下:
1:  /etc/init.d/mongod start 或service mongod start 
2:  mongod --config /etc/mongodb.conf
下面我們看看配置文件:
vi /etc/mongod.conf

# 日志文件位置
logpath=/var/log/mongo/mongod.log

# 以追加方式寫入日志
logappend=true

# 是否以守護(hù)進(jìn)程方式運(yùn)行
fork = true

# 默認(rèn)27017
#port = 27017

# 數(shù)據(jù)庫文件位置
dbpath=/var/lib/mongo

# 啟用定期記錄CPU利用率和 I/O 等待
#cpu = true

# 是否以安全認(rèn)證方式運(yùn)行,默認(rèn)是不認(rèn)證的非安全方式
#noauth = true
#auth = true

# 詳細(xì)記錄輸出
#verbose = true

# Inspect all client data for validity on receipt (useful for
# developing drivers)用于開發(fā)驅(qū)動程序時驗(yàn)證客戶端請求
#objcheck = true

# Enable db quota management
# 啟用數(shù)據(jù)庫配額管理
#quota = true
# 設(shè)置oplog記錄等級
# Set oplogging level where n is
#   0=off (default)
#   1=W
#   2=R
#   3=both
#   7=W+some reads
#diaglog=0

# Diagnostic/debugging option 動態(tài)調(diào)試項(xiàng)
#nocursors = true

# Ignore query hints 忽略查詢提示
#nohints = true
# 禁用http界面,默認(rèn)為localhost:28017
#nohttpinterface = true

# 關(guān)閉服務(wù)器端腳本,這將極大的限制功能
# Turns off server-side scripting.  This will result in greatly limited
# functionality
#noscripting = true
# 關(guān)閉掃描表,任何查詢將會是掃描失敗
# Turns off table scans.  Any query that would do a table scan fails.
#notablescan = true
# 關(guān)閉數(shù)據(jù)文件預(yù)分配
# Disable data file preallocation.
#noprealloc = true
# 為新數(shù)據(jù)庫指定.ns文件的大小,單位:MB
# Specify .ns file size for new databases.
# nssize = <size>

# Replication Options 復(fù)制選項(xiàng)
# in replicated mongo databases, specify the replica set name here
#replSet=setname
# maximum size in megabytes for replication operation log
#oplogSize=1024
# path to a key file storing authentication info for connections
# between replica set members
#指定存儲身份驗(yàn)證信息的密鑰文件的路徑
#keyFile=/path/to/keyfile


本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Ubuntu下安裝MongoDB全程圖解
linux下Mongodb安裝配置全過程
在CentOS中使用 yum 安裝MongoDB及服務(wù)器端配置
建立自己的知識管理系統(tǒng)(Linux):螞蟻筆記
Centos7下yum安裝mongodb
mongoDB入門
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服