标签:div help style open 进程 链接 targe ann 成功
一、下载MongoDB文件
(1)各种版本:https://www.mongodb.org/dl/linux/x86_64
(2)百度云下载
链接:https://pan.baidu.com/s/1JEK8ybzdyeia4olc96tR-A 密码:bg66
二、解压该文件(上传至linux过程省略)
三、通过命令行:
####################################常见疑难杂症####################################
你错误的情况可能是
./mongod: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
该error 是因为未装net-snmp
直接连接外网的Linux服务器可直接使用:yum install net-snmp
在启动MongoDB时,输入./mongod的后面可以跟其他的配置参数,不配置即为默认,在网上可以找到相应的详细讲解配置的博客
成功后,咱另打开个命令行,依然是bin目录下,输入./mongo,启动MongoDB shell,在shell里输入help,可以查看具体方法,这里就不概述了。
标签:div help style open 进程 链接 targe ann 成功
原文地址:https://www.cnblogs.com/linhuanjie/p/9415144.html