当前位置:网站首页>登录mysql输入密码时报错,ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: NO/YES
登录mysql输入密码时报错,ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: NO/YES
2022-07-06 03:40:00 【两片空白】
这是因为输入密码错误导致的
解决办法:修改mysql配置文件添加一条命令 skip-grant-tables,跳过密码输入,或者在输入密码时直接回车。
1. 修改配置文件
Linux下mysql的配置文件是 /etc/my.cnf
在[mysql]下添加命令即可:

2. 重启mysql服务
service mysql restart
边栏推荐
- February 14, 2022 Daily: Google long article summarizes the experience of building four generations of TPU
- Schnuka: 3D vision detection application industry machine vision 3D detection
- Schnuka: what is visual positioning system and how to position it
- Exness foreign exchange: the governor of the Bank of Canada said that the interest rate hike would be more moderate, and the United States and Canada fell slightly to maintain range volatility
- Recommended papers on remote sensing image super-resolution
- An article will give you a comprehensive understanding of the internal and external components of "computer"
- User experience index system
- C#(二十七)之C#窗体应用
- Four logs of MySQL server layer
- [Qt5] QT QWidget immediately appears and disappears
猜你喜欢
随机推荐
Advanced learning of MySQL -- Fundamentals -- isolation level of transactions
[prediction model] difference method model
C#(二十七)之C#窗体应用
ESBuild & SWC浅谈: 新一代构建工具
[risc-v] external interrupt
SAP ALV单元格级别设置颜色
Force buckle 1189 Maximum number of "balloons"
The solution of permission denied (750 permissions should be used with caution)
Princeton University, Peking University & UIUC | offline reinforcement learning with realizability and single strategy concentration
Canvas cut blocks game code
Crawler of explanation and application of agency theory
给新人工程师组员的建议
UDP reliable transport protocol (quic)
Teach you to build your own simple BP neural network with pytoch (take iris data set as an example)
ASU & OSU | model based regularized off-line meta reinforcement learning
three.js网页背景动画液态js特效
【Qt5】Qt QWidget立刻出现并消失
2. GPIO related operations
Introduction to DeNO
C#(二十九)之C#listBox checkedlistbox imagelist









