search

Home  >  Q&A  >  body text

mongodb - mongod通过配置文件无法启动

mongodb是通过brew下载的,在/usr/local/etc下有个mongod.conf配置文件。
现在我想通过命令
mongod --config /usr/local/etc/mongod.conf 来启动mongod 。
提示错误Error reading config file: No such file or directory 找不到文件。

新手刚刚学习mongodb希望能有人帮忙解决问题。

phpcn_u1582phpcn_u15822794 days ago553

reply all(2)I'll reply

  • phpcn_u1582

    phpcn_u15822017-04-26 09:03:22

    The questioner seems to have written the wrong file name. Yes mongod.conf,不是mongodb.conf
    mongod --config /usr/local/etc/mongod.conf

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-04-26 09:03:22

    --config does not have this parameter

    reply
    0
  • Cancelreply