mongodb - mongod通过配置文件无法启动
phpcn_u1582
phpcn_u1582 2017-04-26 09:01:22
0
2
535

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_u1582
phpcn_u1582

reply all(2)
phpcn_u1582

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

phpcn_u1582

--config does not have this parameter

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!