解决ERR Client sent AUTH, but no password is set

时间:2019-02-01 21:03:16   收藏:0   阅读:1704

在搭建cookies池时,需要将账号密码保存到redis,保存时报错:ERR Client sent AUTH, but no password is set

报错原因:Redis服务器没有设置密码,但客户端向其发送了AUTH(authentication,身份验证)请求。

解决方法:设置密码,并指定配置文件进行启动redis。

原文:https://www.cnblogs.com/2sheep2simple/p/10346969.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!