MongoDB一直显示
Unrecognized option: storage
try ‘mongod --help’ for more information
意思是我们配置的config文件出了问题。
说明:MongoDB采用的是YAML格式,所以我们只需要稍微改改就好。
在storage前面:没有空格
下面两行最前面输入两个空格
。
成功之后的config文件:
storage:#The directory where the mongod instance stores its data.Default Value is "\data\db" on Windows.dbPath: D:\env-java\mongodb-win32-x86_64-windows-5.0.5\data\db