原文:Redis (error) NOAUTH Authentication required.解决方法

出现认证问题,应该是设置了认证密码,输入密码既可以啦 注意密码是字符串形式 plain view plain copy . . . : gt auth yourpassword 例如密码是 root ,当出现认证问题时候,输入 auth root 即可 plain view plain copy . . . : gt setname hello error NOAUTHAuthenticatio ...

2017-08-21 14:10 0 1304 推荐指数:

查看详情

Redis (error) NOAUTH Authentication required.解决方法

Redis (error) NOAUTH Authentication required.解决方法出现认证问题,应该是设置了认证密码,输入密码既可以啦 注意密码是字符串形式! 127.0.0.1:6379> auth "yourpassword" 例如密码是‘root’,当出现 ...

Sat May 15 18:59:00 CST 2021 0 2714
Redis (error) NOAUTH Authentication required.

首先查看redis设置密码没 127.0.0.1:6379> config get requirepass 1) "requirepass" 2) ""  表示没有设置密码,设置redis密码 127.0.0.1:6379> config set ...

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