码农K

关注

ERR Client sent AUTH, but no password is set

码农K

关注

阅读 37

2021-09-24

造成这个错误的原因是没给这个用户授权,需要在server-cli里设置
127.0.0.1:6379> auth 123456
ERR Client sent AUTH, but no password is set

设置其密码

redis 127.0.0.1:6379> CONFIG SET requirepass "123456"
OK
redis 127.0.0.1:6379> AUTH 123456
Ok

相关推荐

棒锤_45f2

Redis启动报错(error) ERR Client sent AUTH, but no password is set

棒锤_45f2 26 0 0

沉浸在自己的世界里

Redis连接报错:ERR Client sent AUTH, but no password is set

沉浸在自己的世界里 61 0 0

Java架构领域

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

Java架构领域 100 0 0

四月Ren间

Missing value auth-url required for auth plugin password

四月Ren间 83 0 0

whiteMu

CLIENT_PLUGIN_AUTH is required

whiteMu 50 0 0

小亦同学321

SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required

小亦同学321 64 0 0

草原小黄河

DBeaver 连接mysql报错:CLIENT_PLUGIN_AUTH is required

草原小黄河 156 0 0

是波波呀

1-MySQL版本 CLIENT_PLUGIN_AUTH is required

是波波呀 53 0 0

爱做梦的夏夏

Canal 1.1.5 启动报错:caching_sha2_password Auth failed

爱做梦的夏夏 195 0 0

云上笔记

ERROR: Failed to set password for user [apm_system].

云上笔记 29 0 0

精彩评论(0)

0 0 举报