mongodb關閉資料庫例項
一:使用 mongod 命令關閉
[mongod@localhost journal]# mongod --shutdown -f /etc/mongodb.conf
killing process with pid: 17234
備註:mongod 命令的 shutdown 選項能幹淨的關閉 MongoDB 服務。
二:登入到admin庫,然後執行db.shutdown()
/usr/bin/mongo --port=27017 --host=10.1.82.6 --username=root --password=root --authenticationDatabase admin
use admin
db.shutdownServer();
三:使用 kill 命令
檢視 mongo 相關程式
[mongod@localhost journal]# ps -ef | grep mongo
root 17573 14213 0 05:10 pts/1 00:00:00 su - mongo
mongo 17574 17573 0 05:10 pts/1 00:00:00 -bash
mongo 18288 1 0 06:12 ? 00:00:00 mongod -f /database/mongodb/data/mongodb_27017.conf
mongo 18300 17574 6 06:13 pts/1 00:00:00 ps -ef
mongo 18301 17574 0 06:13 pts/1 00:00:00 grep mongo
kill mongo 服務程式
[mongod@localhost journal]# kill 18288
[mongod@localhost journal]# ps -ef | grep pmon
mongo 18304 17574 0 06:13 pts/1 00:00:00 grep pmon
備註:可以使用作業系統的 kill 命令,給 mongod 程式傳送 SIGINT 或 SIGTERM 訊號,
即 "kill -2 PID," 或者 “kill -15 PID“。
建議不要使用 ”kill -9 pid“,因為如果 MongoDB 執行在沒開啟日誌(--journal)的情況下,
可能會造成資料損失。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29654823/viewspace-2668160/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 資料庫例項啟動關閉過程Oracle資料庫
- 例項管理及資料庫的啟動關閉資料庫
- 【02】Oracle資料庫的例項啟動關閉詳解Oracle資料庫
- 例項,資料庫,資料字典與資料庫建立的關係資料庫
- 2 Day DBA-管理Oracle例項-關於例項的啟動和關閉-關於例項關閉Oracle
- 資料庫關閉資料庫
- 3.1.5.1 關於啟動資料庫例項資料庫
- 以MongoDB為例與關係型資料庫比較MongoDB資料庫
- oracle 資料庫例項Oracle資料庫
- 資料庫和例項資料庫
- 3.3.1 關於關閉資料庫資料庫
- 單例項資料庫工具轉化多例項資料庫單例資料庫
- 單例項資料庫手工轉化多例項資料庫單例資料庫
- 多例項資料庫刪除例項資料庫
- 資料庫例項 (SQL Server)資料庫SQLServer
- 資料庫設計例項資料庫
- 安全關閉Oracle資料庫Oracle資料庫
- 2 Day DBA-管理Oracle例項-關閉和啟動Oracle例項-使用OEMDC關閉和啟動Oracle例項Oracle
- 如何修改資料庫例項及資料庫名資料庫
- 關於PHP往mysql資料庫中批次插入資料例項教程PHPMySql資料庫
- 【AMM】關於資料庫例項AMM引數說明資料庫
- Oracle中關於資料庫例項名與資料庫服務名(轉載)Oracle資料庫
- oracle例項、資料庫及相關資料庫狀態的理解和測試Oracle資料庫
- 2 Day DBA-管理Oracle例項-關於例項的啟動和關閉-關於例項啟動Oracle
- 資料庫OPEN下,丟失部分或所有control file 是否會導致 例項關閉。資料庫
- oracle資料庫例項狀態Oracle資料庫
- Oracle例項和Oracle資料庫Oracle資料庫
- 建立ASM例項和資料庫ASM資料庫
- oracle資料庫與oracle例項Oracle資料庫
- 資料庫啟動和關閉資料庫
- MySQL多例項使用mysqld_multi stop 無法關閉資料庫MySql資料庫
- oracle資料庫建立資料庫例項-九五小龐Oracle資料庫
- RAC資料庫恢復到單例項資料庫資料庫單例
- 4 管理資料庫例項和叢集資料庫資料庫
- ASM CRS 例項啟動和關閉ASM
- Oracle例項的啟動和關閉Oracle
- 【轉】新建例項開啟已有的資料庫 — 資料庫與例項的區分測試資料庫
- 資料庫–如何連線RDS例項,使用雲資料庫?資料庫