zoukankan
html css js c++ java
centos7 mongodb安装
安装mongodb
yum install -y
mongodb
mongodb-server
启动
开机启动
/bin/systemctl start mongod
#/bin/systemctl enable mongod
默认端口
编辑默认配置文件
监听IP配置
27017
dbPath: /var/lib/mongo
bindIp: 0.0.0.0 开启远程连接可以注释本行或者修改IP为0.0.0.0
查看全文
相关阅读:
Chap5:操作文件和目录[The Linux Command Line]
ABC3
ABC2
ABC
Spring MVC / Boot
Usefull Resources
[ Learning ] Design Pattens
[ Learning ] Spring Resources
URL Resources
[ Windows BAT Script ] BAT 脚本获取windows权限
原文地址:https://www.cnblogs.com/kevincaptain/p/10420306.html
最新文章
mysql 中两个字段group by后想要第二个,为啥只留下第一个? 去除mysql字段值后面的回车和换行符
如何查看手机APP的包名,并快速查找
python 读CSV 文件遇到的问题
记忆法——《认知天性》
fiddler抓不到chrome浏览器的请求
google提示恶意软件解决办法
php做的一个简易爬虫
Python day02
Python---计算机编程基础 01
Python 学习day09
热门文章
Python 学习day08周总结
Python 学习day08
Python 学习day07
Python 学习day05
Python 学习day04
Python 学习day03
Python 学习day02
Page4:线性系统的运动求解以及脉冲响应矩阵与传递函数的关系[Linear System Theory]
Page3:组合系统状态空间输入输出描述、矩阵指数函数性质[Linear System Theory]
Chap8:加密货币TOP100[《区块链中文词典》维京&甲子]
Copyright © 2011-2022 走看看