解決
1. 先檢查自己的配置信息,如若一切無誤后,則使用管理員模式開啟cmd,不要直接打開cmd。
2. 然后在cmd中轉(zhuǎn)跳至自己MongoDB的bin目錄,使用我的舉例是:
cd "C:\Program Files\MongoDB\Server\3.4\bin"
3. 然后cmd寫入服務(wù)
mongod --dbpath "D:\MongodbData\data" --logpath "D:\MongodbData\logs\mongodb.log" --install --serviceName "MongoDB"
4. 最后是開啟服務(wù)
5. 開啟完可進(jìn)行簡(jiǎn)單的測(cè)試是否開啟
在瀏覽器中輸入http://127.0.0.1:27017
,如若顯示It looks like you are trying to access MongoDB over HTTP on the native driver port. 則開啟成功
或者去計(jì)算機(jī)管理頁面中查看是否開啟
到此這篇關(guān)于解決net start MongoDB 報(bào)錯(cuò)之服務(wù)名無效的問題的文章就介紹到這了,更多相關(guān)net start MongoDB 服務(wù)名無效報(bào)錯(cuò)內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
您可能感興趣的文章:- mysql運(yùn)行net start mysql報(bào)服務(wù)名無效的解決辦法
- MySQL 5.7.14 net start mysql 服務(wù)無法啟動(dòng)-“NET HELPMSG 3534” 的奇怪問題
- 使用批處理實(shí)現(xiàn)啟動(dòng)和停止服務(wù)的代碼分析(net startnet stop)
- ASP .NET調(diào)用javascript中Response.Write和ClientScript.RegisterStartupScript的區(qū)別