我正在尝试禁用身份验证,很多地方都告诉他们
nano /etc/mongo.conf and uncomment "auth=true"
但那里没有配置文件。我也试过了
edit /etc/mongod.conf
并且根本没有 auth=true。我想授予 localhost 免费访问权限以连接到 mongodb。你知道它在哪里吗?
答案1
如果不存在,您只需在文件(/etc/mongod.conf)中添加一个新行,并设置 auth=true。
我正在尝试禁用身份验证,很多地方都告诉他们
nano /etc/mongo.conf and uncomment "auth=true"
但那里没有配置文件。我也试过了
edit /etc/mongod.conf
并且根本没有 auth=true。我想授予 localhost 免费访问权限以连接到 mongodb。你知道它在哪里吗?
如果不存在,您只需在文件(/etc/mongod.conf)中添加一个新行,并设置 auth=true。