原文:Redis 出现NOAUTH Authentication required解决方案

这个问题的原因是设置了密码,但是没有使用密码进行登录,如果你下载是被人的包,那么很有可能是有密码的 解决方式 用密码登陆:我们输入 auth 你刚才设置的密码 前言 标题很长哈 今天操作Redis的时候出现了MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. ...

2020-07-27 10:03 0 15218 推荐指数:

查看详情

redis出现错误:NOAUTH Authentication required.

出现认证问题,应该是设置了认证密码,输入密码既可以啦 注意密码是字符串形式! 127.0.0.1:6379> set name "hello" (error) NOAUTH Authentication required. 127.0.0.1 ...

Tue Feb 26 00:31:00 CST 2019 0 2675
Redis NOAUTH Authentication required

redis设置密码后停止服务报错,NOAUTH Authentication required 可以修改/etc/init.d/redis文件中的stop命令 再次停止服务,服务成功关闭 ...

Wed Jun 05 01:27:00 CST 2019 0 6267
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM