您好,登錄后才能下訂單哦!
這篇文章主要介紹用什么來啟動mongodb的服務器,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
在你的安裝目錄/bin下,有一個叫mongod.exe的應用程序,這個程序就是用來啟動你的mongodb服務器的。
創建數據庫目錄
在你想要存放數據的地方,新建一個文件夾,如db,我們推薦的數據庫目錄設置是:
data/ conf -->配置文件目錄 mongod.conf -->配置文件 db -->數據庫目錄 log -->日志文件目錄 mongodb.log -->日志記錄文件
啟動數據庫:
我本地是window10環境,我的mongodb服務安裝在F盤的mongodb文件夾。我的數據目錄在F的data文件夾。
啟動doc命令,輸入一下命令:
F:\>mongodb/bin F:\mongodb\bin>mongod --path=/data/db
輸出以下信息:
2016-10-20T17:11:01.839+0800 I CONTROL [initandlisten] MongoDB starting : pid=1504 port=27017 dbpath=/data/db 64-bit host=Haier-PC 2016-10-20T17:11:01.842+0800 I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2016-10-20T17:11:01.844+0800 I CONTROL [initandlisten] db version v3.0.12-47-gd57ef6a 2016-10-20T17:11:01.844+0800 I CONTROL [initandlisten] git version: d57ef6a0c5a41729977f8d535a4c8de6d0cff8ba 2016-10-20T17:11:01.844+0800 I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2016-10-20T17:11:01.844+0800 I CONTROL [initandlisten] allocator: tcmalloc 2016-10-20T17:11:01.844+0800 I CONTROL [initandlisten] options: { storage: { dbPath: "/data/db" } } 2016-10-20T17:11:01.860+0800 I JOURNAL [initandlisten] journal dir=/data/db\journal 2016-10-20T17:11:01.862+0800 I JOURNAL [initandlisten] recover : no journal files present, no recovery needed 2016-10-20T17:11:01.971+0800 I JOURNAL [durability] Durability thread started 2016-10-20T17:11:01.972+0800 I JOURNAL [journal writer] Journal writer thread started 2016-10-20T17:11:02.186+0800 I INDEX [initandlisten] allocating new ns file /data/db\local.ns, filling with zeroes... 2016-10-20T17:11:02.553+0800 I STORAGE [FileAllocator] allocating new datafile /data/db\local.0, filling with zeroes... 2016-10-20T17:11:02.554+0800 I STORAGE [FileAllocator] creating directory /data/db\_tmp 2016-10-20T17:11:02.600+0800 I STORAGE [FileAllocator] done allocating datafile /data/db\local.0, size: 64MB, took 0.012 secs 2016-10-20T17:11:02.654+0800 I NETWORK [initandlisten] waiting for connections on port 27017
最后一行顯示"waiting for connections on port 27017",表明mongodb服務器已經啟動,正在27017窗口等待連接。
以上是用什么來啟動mongodb的服務器的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。