微信网站怎么做的好处,高端网站建设制作设计,wordpress 不同主题,专业系统网站好MongoDB一直显示
Unrecognized option: storage try ‘mongod --help’ for more information 意思是我们配置的config文件出了问题。 说明#xff1a;MongoDB采用的是YAML格式#xff0c;所以我们只需要稍微改改就好。
在storage前面#xff1a;没有空格 下面两行最前面…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