当前位置:网站首页>(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 #设置的密码
边栏推荐
- 买口罩(0-1背包)
- Singleton DCL (double check the lock) full han mode and the hungry
- Codeforces Round #359 (Div. 2) C. Robbers' watch Violent Enumeration
- MUV LUV EXTRA 2019CCPC秦皇岛站J题 KMP
- longest substring without repeating characters
- Forest Program dfs+tanjar仙人掌
- 先序遍历,中序遍历,后序遍历,层序遍历
- 【模板】树链剖分 P3384
- ByteDance Interview Questions: Mirror Binary Tree 2020
- Lottie系列一:介绍与使用
猜你喜欢
无重复的字符的最长子串
makefile记录
【Template】Tree Chain Segmentation P3384
虚拟机网卡报错:Bringing up interface eth0: Error: No suitable device found: no device found for connection
基于布朗运动的文本生成方法-LANGUAGE MODELING VIA STOCHASTIC PROCESSES
SAP ALV data export many of the bugs
金九银十即将到来,求职套路多,面试指南我来分享~
更改Jupyter Notebook默认打开目录
用tensorflow.keras模块化搭建神经网络模型
Mysql实操
随机推荐
Built-in macros in C language (define log macros)
Quectel EC20 4G module dial related
Explain the wait() function and waitpid() function in C language in detail
car-price-deeplearning-0411
什么是分布式事务
dp学习笔记
P6 ali machine test of 2020 Fibonacci number
Classes and Structures
HDU - 3183 A Magic Lamp Segment Tree
【模板】树链剖分 P3384
高项 04 项目变更管理
当酷雷曼VR直播遇上视频号,会摩擦出怎样的火花?
先序遍历,中序遍历,后序遍历,层序遍历
jmeter并发数量以及压力机的一些限制
【ROS2原理8】节点到参与者的重映射
975. 奇偶跳 有序集合
学习小笔记---机器学习
排序第四节——归并排序(附有自己的视频讲解)
MUV LUV EXTRA 2019CCPC秦皇岛站J题 KMP
力扣 636. 函数的独占时间