vim /etc/mongodb.conf 将 bind_ip=127.0.0.1 改为 bind_ip=0.0.0.0 # 允许远程访问
Mongo基本配置
原文:https://www.cnblogs.com/JaxYoun/p/13141195.html