当前位置:网站首页>(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 #设置的密码
边栏推荐
猜你喜欢
ByteDance Written Exam 2020 (Douyin E-commerce)
高项 04 项目变更管理
解决pycharm每次新建项目都要重新pip安装一些第三方库等问题
The JVM thread state
Distributed id generator implementation
SAP ALV data export many of the bugs
排序第二节——选择排序(选择排序+堆排序)(两个视频讲解)
Integer 线程安全的
Tkinter可以选择的颜色
虚拟机网卡报错:Bringing up interface eth0: Error: No suitable device found: no device found for connection
随机推荐
Neural Network Optimizer
先序遍历,中序遍历,后序遍历,层序遍历
半导体新能源智能装备整机软件系统方案设计
分布式事务产生的原因
排序第四节——归并排序(附有自己的视频讲解)
DSP+ARM+FPGA高速PCIE/千兆网口信号仿真介绍
日期处理,字符串日期格式转换
Explain the wait() function and waitpid() function in C language in detail
Quectel EC20 4G module dial related
Distributed id generator implementation
Built-in macros in C language (define log macros)
Sklearn data preprocessing
【模板】树链剖分 P3384
ByteDance Interview Questions: Mirror Binary Tree 2020
list and string conversion
The maximum validity period of an SSL certificate is 13 months. Is it necessary to apply for multiple years at a time?
Change Jupyter Notebook default open directory
用tensorflow.keras模块化搭建神经网络模型
postgresql Window Functions
多米诺骨牌