当前位置:网站首页>无法链接远程redis服务器(解决办法百分百)
无法链接远程redis服务器(解决办法百分百)
2022-07-07 15:38:00 【诗风雅韵】
问题原因
redis远程连接服务器失败,
查看网上把bind 127.0.0.1
改了,protected-mode
保护模式也关闭了,daemonize yes
进程守护模式也关闭了
但是还是不行?对一部分人来说以上半分已经可以解决了但是有一个部分同学需要将防火墙关闭
(防火墙就是可以将你Redis的这个端口暴露出来,让别人访问,你要是关闭了那么别人就进不来,为啥,因为它没钥匙,你又不开门,除非是土行孙
)所以总结一下办法解决,还不行请留言手把手帮你解决
解决方案
1. 修改bind
表示只允许本地访问,无法远程连接
bind 0.0.0.0
2. 修改保护模式 yes为开始 no为关闭
protected-mode 关闭yes 保护模式,只允许本地链接
no 保护模式关闭
protected-mode no
3. 守护进程模式开启
daemonize yes 改为 daemonize noyes: 代表开启守护进程模式。此时是单进程多线程的模式,redis将在后台运行。
no: 当前界面将进入redis的命令行界面,exit强制退出或者关闭连接工具都会导致redis进程退出
daemonize no
4. 关闭防火墙
systemctl stop firewalld.service
永久性开启自禁止
systemctl disable firewalld.service
重启redis
systemctl restart redis.service
看到了这里,如果小伙伴还不能解决请留言
边栏推荐
- 99% 用户在 Power BI 云端报表常犯错误
- 最新阿里P7技术体系,妈妈再也不用担心我找工作了
- 《产品经理必读:五种经典的创新思维模型》的读后感
- The top of slashdata developer tool is up to you!!!
- LeetCode 403. Frog crossing the river daily
- QT视频传输
- 智慧物流平台:让海外仓更聪明
- On Apache Doris Fe processing query SQL source code analysis
- The computer cannot add a domain, and the Ping domain name is displayed as the public IP. What is the problem? How to solve it?
- How to implement safety practice in software development stage
猜你喜欢
[Seaborn] combination chart: facetgrid, jointgrid, pairgrid
skimage学习(2)——RGB转灰度、RGB 转 HSV、直方图匹配
skimage学习(3)——使灰度滤镜适应 RGB 图像、免疫组化染色分离颜色、过滤区域最大值
QT中自定义控件的创建到封装到工具栏过程(一):自定义控件的创建
直接上干货,100%好评
How to add aplayer music player in blog
What is cloud computing?
QT picture background color pixel processing method
【Seaborn】组合图表:FacetGrid、JointGrid、PairGrid
麒麟信安携异构融合云金融信创解决方案亮相第十五届湖南地区金融科技交流会
随机推荐
LeetCode 1477. Find two subarrays with sum as the target value and no overlap
正在准备面试,分享面经
MySQL implements the query of merging two fields into one field
NeRF:DeepFake的最终替代者?
DevOps 的运营和商业利益指南
如何在软件研发阶段落地安全实践
一文读懂数仓中的pg_stat
MRS离线数据分析:通过Flink作业处理OBS数据
skimage学习(1)
LeetCode 1049. 最后一块石头的重量 II 每日一题
Localstorage and sessionstorage
The server is completely broken and cannot be repaired. How to use backup to restore it into a virtual machine without damage?
直接上干货,100%好评
蓝桥杯 决赛 异或变换 100分
【Seaborn】组合图表、多子图的实现
skimage学习(3)——Gamma 和 log对比度调整、直方图均衡、为灰度图像着色
麒麟信安加入宁夏商用密码协会
How to choose the appropriate automated testing tools?
LeetCode 1049. Weight of the last stone II daily question
管理VDI的几个最佳实践