MongoDB连接超时问题Exception in thread “main“ com.mongodb.MongoTimeoutException: Timed out after 30000 ms

在这里插入图片描述
解决方法:
1.改配置:conf:

bind_ip:0.0.0.0

mongod.conf
在这里插入图片描述
重启服务就好了

bin/mongod -f conf/mongod.conf --shutdown
bin/mongod -f conf/mongod.conf

进入客户端

bin/mongo localhost:12345

运行代码如下:
在这里插入图片描述
在这里插入图片描述
以上问题已解决。

可以连接Navicat
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_43777152/article/details/109200739