
MongoDB
文艺小卿年
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
com.mongodb.MongoSocketOpenException: Exception opening socket
本地连接虚拟机上的MongoDB失败,报错内容如下:Exception in thread "main" com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches WritableServerSelector. Client view of cluster...原创 2019-04-20 17:10:18 · 7229 阅读 · 0 评论 -
Centos7下安装MongoDB并配置环境变量
1.下载对应版本的MongoDB并解压下载地址:https://www.mongodb.com/download-center/community可以直接在浏览器中下载然后传到虚拟机,或者在虚拟机中用wget命令下载# 下载wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.8.tgz# 解压t...原创 2019-04-13 16:24:07 · 2365 阅读 · 0 评论