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

出現認證問題,應該是設置了認證密碼,輸入密碼既可以啦 注意密碼是字符串形式 plain view plain copy . . . : gt auth yourpassword 例如密碼是 root ,當出現認證問題時候,輸入 auth root 即可 plain view plain copy . . . : gt setname hello error NOAUTHAuthentication ...

2017-04-20 16:21 0 77967 推薦指數:

查看詳情

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