nano /etc/mongodb.conf
将bindip
后面的127.0.0.1
改为0.0.0.0
重启MongoDB:
service mongod restart
或者用
/etc/init.d/mongodb restart
“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
标 题:开启mongodb远程访问