MongoDB一直显示
Unrecognized option: storage
try ‘mongod --help’ for more information
意思是我们配置的config文件出了问题。
说明:MongoDB采用的是YAML格式,所以我们只需要稍微改改就好。文章来源:https://www.toymoban.com/news/detail-645223.html
在storage前面:没有空格
下面两行最前面输入两个空格
。
文章来源地址https://www.toymoban.com/news/detail-645223.html
成功之后的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
到了这里,关于MongoDB:Unrecognized option: storage的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!