directory data db not found

There is a space in your command `mongod --dbpath C:-Program Files-MongoDB-Server-3.2-data-db`. It should be mongod --db...

directory data db not found

There is a space in your command `mongod --dbpath C:-Program Files-MongoDB-Server-3.2-data-db`. It should be mongod --dbpath "C:-Program ... , /data/db means that it's directly under the '/' root directory, whereas you created ... as follows: (they can be found in /etc/passwd and /etc/group )

相關軟體 MongoDB 資訊

MongoDB
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹

directory data db not found 相關參考資料
How to start mongo db on windows - Stack Overflow

MongoDB's default data directory path is -data-db . ... Because MongoDB does not know the directory DB. ... Then Create another folder db inside data ie,.

https://stackoverflow.com

I am trying to install MongoDB and I get this error "Data directory C ...

There is a space in your command `mongod --dbpath C:-Program Files-MongoDB-Server-3.2-data-db`. It should be mongod --dbpath "C:-Program ...

https://stackoverflow.com

macos - Mongod complains that there is no datadb folder - Stack ...

/data/db means that it's directly under the '/' root directory, whereas you created ... as follows: (they can be found in /etc/passwd and /etc/group )

https://stackoverflow.com

Mongod complains that there is no datadb folder - Stack Overflow

/data/db means that it's directly under the '/' root directory, whereas you created .... I found out this apparently occurred from using the wrong type of quotation ...

https://stackoverflow.com

mongodb 4 Data directory C:datadb not found - Stack Overflow

I had the same issue but after I create the directory C:-data-db- it just worked.

https://stackoverflow.com

MongoDB Data directory datadb not found - Stack Overflow

MongoDB needs data directory to store data. Default path is /data/db. When you start MongoDB engine, it searches this directory which is missing in your case.

https://stackoverflow.com

MongoDB 安裝與設定(Mac) « Rick's Blog

exception in initAndListen: 29 Data directory /data/db not found., ... 因為在沒有指定資料庫路徑時會預設使用 /data/db 這個路徑,但在Mac 中找不 ...

http://cacaorick.logdown.com

node.js - When running Mongodb got NonExistentPath: Data directory ...

Just run sudo mkdir -p /data/db. On the machine running the mongoDB server.

https://stackoverflow.com