原文: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