租了台阿里云的服务器想部署个博客 但我本机(自己用的电脑不是服务器)远程连接Mongodb连接不了 服务器本地的话是可以连接的云服务器系统:Ubuntu 16.04 64位mongodb.conf代码dbpath=/data/MongoDB/bloglogpath=/data/MongoDB/log/mongodb.loglogappend = trueport=27017fork=true#bind_ip=127.0.0.1远程连接报错信息connecting to: mongodb://xx.xxx.xxx.x:27017/blog
2018-12-28T10:43:34.335+0800 E QUERY [js] Error: couldn't connect to server xx.xxx.xx.x:27017, connection attempt failed: NetworkTimeout: Error connecting to xx.xxx.xx.x:27017 :: caused by :: Socket operation timed out :
connect@src/mongo/shell/mongo.js:257:13
@(connect):1:6
exception: connect failed看了网上的很多远程连接的方法 都试过了 但是只有本地能连接 改了配置文件服务也有重新启动
添加回答
举报
0/150
提交
取消