码迷,mamicode.com
首页 > 其他好文 > 详细

Redis报错-(error) NOAUTH Authentication required.

时间:2019-11-03 22:01:39      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:color   div   style   设置   生效   pre   ica   oba   ice   

安装过Redis之后,

如果之前在redis.windows-service.conf文件中有设置密码,

例如

# requirepass foobared
requirepass 123456

 

那么启动redis-cli.exe客户端之后,要先授权命令

auth 123456


技术图片

这样Redis命令才能生效,否则会报错

(error) NOAUTH Authentication required.

Redis报错-(error) NOAUTH Authentication required.

标签:color   div   style   设置   生效   pre   ica   oba   ice   

原文地址:https://www.cnblogs.com/helenwq/p/11789313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!