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

Redis error NOAUTH Authentication required.解决方法出现认证问题,应该是设置了认证密码,输入密码既可以啦 注意密码是字符串形式 . . . : gt auth yourpassword 例如密码是 root ,当出现认证问题时候,输入 auth root 即可 . . . : gt setname hello error NOAUTHAuthenticat ...

2021-05-15 10:59 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