扫码关注官方订阅号
redis server安装在虚拟机的ubuntu系统下,Redis Desktop Manager安装在Windows下,想通过Windows下的Redis Desktop Manager连接ubuntu下的redis,但一直连接失败,该如何配置才能连接上redis?
你先尝试ping通,然后再在虚拟机启动redis-server之后,再连接。
ping
修改/etc/redis/redis.conf文件
注释掉bind 127.0.0.1
protected-mode yes改为protected-mode no
http://www.cnblogs.com/liusxg/p/5712493.html
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
你先尝试
ping
通,然后再在虚拟机启动redis-server之后,再连接。修改/etc/redis/redis.conf文件
注释掉bind 127.0.0.1
protected-mode yes改为protected-mode no
http://www.cnblogs.com/liusxg/p/5712493.html