MongoDB 忘记密码

先查看MongoDB的启动模式 ps -ef | grep mongod 命令行参数启动 如果查看到的mongod后面带-auth参数启动的 如:root 9564 1 0 06:28 ? 00:00:15 mongod -auth --bind_ip 127.0.0.1 --port 27017

过客 发布于 2019-10-19

Nginx转发阿里云内网Redis

修改Nginx配置文件,加入流转发 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log inf

过客 发布于 2019-10-17
上一页 下一页