当前位置:网站首页>(error) NOAUTH Authentication required.
(error) NOAUTH Authentication required.
2022-08-09 07:08:00 【棒棒吃不胖】
好久没有启动redis的虚拟机,今天登录redis后发现无法操作。
报错情况如下图所示:
大概意思是,权限认证没有通过,已经设置过密码,所以需要输入密码,才能操作。
于是只要输入正确的密码即可验证通过。
如图所示,恢复正常。
如果忘记了自己的密码,可以在配置文件中查找。
[[email protected] redis]# tail -4 /data/6379/redis.conf
dir /data/6379 #所在目录
dbfilename dump.rdb #RDB持久化方式
bind 10.0.0.51 127.0.0.1 #监听地址
requirepass 123456 #设置的密码
边栏推荐
- vlucas/phpdotenv phpdotenv获取变量内容偶尔出现返回false
- 分布式id 生成器实现
- redis学习笔记
- 排序第四节——归并排序(附有自己的视频讲解)
- 高项 03 项目立项管理
- 【MySQL】update mysql.user set authentication_string=password(“123456“) where User=‘root‘; 报错
- A brief introduction to microservice architecture
- imageio读取.exr报错 ValueError: Could not find a backend to open `xxx.exr‘ with iomode `r`
- unity第一课
- 买口罩(0-1背包)
猜你喜欢

子路由及路由出口配置

Change Jupyter Notebook default open directory

Leetcode 70 stairs issues (Fibonacci number)

XILINX K7 FPGA+RK3399 PCIE驱动调试

学习小笔记---机器学习

细谈VR全景:数字营销时代的宠儿

数据库索引原理

ByteDance Interview Questions: Mirror Binary Tree 2020

jmeter concurrency and some limitations of the press

Learning Notes---Machine Learning
随机推荐
【Reprint】Deep Learning (deep learning) study notes arrangement
P1505 [国家集训队]旅游 树链剖分
failed (13: Permission denied) while connecting to upstream
rsync:recv_generator: mkdir (in backup) failed:Permission denied (13) |failed to set times on '.'
Explain the wait() function and waitpid() function in C language in detail
顺序表删除所有值为e的元素
排序第三节——交换排序(冒泡排序+快速排序+快排的优化)(5个视频讲解)
金九银十即将到来,求职套路多,面试指南我来分享~
The Integer thread safe
Codeforces Round #359 (Div. 2) C. Robbers' watch Violent Enumeration
A brief introduction to microservice architecture
Altium designer software commonly used the most complete package library, including schematic library, PCB library and 3D model library
TCP段重组PDU
Neural Network Optimizer
Invoker 2019CCPC秦皇岛站I题 简单DP
HDU - 3183 A Magic Lamp 线段树
JSONObject遍历的时候顺序不一致,导致数据对应出错
分布式理论
redis学习笔记
神经网络优化器