redis修改密码报错(error) NOAUTH Authentication required解决方案
Posted 无敌的开发狮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis修改密码报错(error) NOAUTH Authentication required解决方案相关的知识,希望对你有一定的参考价值。
1、进入安装redis目录,使用cmd进入如下页面
2、在页面中输入rdeis-cli
3、输入config set requirepass root(密码)或者输入在报错 (error) NOAUTH Authentication required时输入 auth "root(密码)"
4、输入 config get requirepass查看redis的密码
以上是关于redis修改密码报错(error) NOAUTH Authentication required解决方案的主要内容,如果未能解决你的问题,请参考以下文章
解决Redis报错:Redis客户端在set值时,出现(error) NOAUTH Authentication required.(图文并茂版!!!)
Redis服务停止报错解决方案[NOAUTH Authentication required]
Redis服务停止报错解决方案[NOAUTH Authentication required]
Redis (error) NOAUTH Authentication required.解决方法
laravel-echo-server 启动报错 [ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required