当前位置:网站首页>ERROR 1045 (28000) Access denied for user 'root'@'localhost'Solution
ERROR 1045 (28000) Access denied for user 'root'@'localhost'Solution
2022-07-30 19:40:00 【bsegebr】
Origin of event
The night before yesterday was fine. When I turned on the computer the next day and was about to start writing junk code, I found that the project started reporting an error. I looked at it and found that the database could not be connected. I was confused and could only search on csdn.Guy's article, finally solved the problem.The following process is the process of solving the problems that occurred when I implemented the Daxie tutorial.My mysql version is as follows: mysql-8.0.27-winx64.
Action
First, create the first cmd window and close the mysql service

Second, create a second cmd window (open with administrator permissions), skip permission verification
mysqld --console --skip-grant-tables --shared-memory
Third, create a third cmd window (open with administrator privileges), enter mysql without a password, and clear the password
When you see Enter passowrd, you just ignore it, just press Enter
update user set authentication_string='' where user='root';
Fourth, close the previous cmd window (open with administrator privileges), enter mysql without a password, and reset the password

Everything went well before, when I want to change the password, gave me an error again, saying that my password is too simple, just kidding, "12345678" is still simple, forget it, only the rules of mysql can be modified.
Open configuration
found the policy to be medium
Then change it to low-level
set global validate_password.policy=0;
execute mysql again> show variables like “%validate%”; found the modification completed
Finally, you can change the password,Start 
Ah this, another error is reported, my mind is brokenah.Finally, after checking other information, I found a new modification method.
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '12345678';
After modification, you can log in normally
Reference Blog
https://blog.csdn.net/m0_46278037/article/details/113923726spm=1001.2014.3001.5502
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a copy of "a complete set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- MySQL slow query optimization
- LeetCode每日一题(1717. Maximum Score From Removing Substrings)
- The advanced version of the Niu Ke brushing series (team competition, sorting subsequences, inverting strings, deleting common characters, repairing pastures)
- MySQL sub-database sub-table
- Trial writing C language sanbang
- [hbuilder] cannot run some projects, open the terminal and cannot enter commands
- Centos7 install mysql8
- 实体中增加操作方法
- MindSpore:Cifar10Dataset‘s num_workers=8, this value is not within the required range of [1, cpu_thr
- Scala学习:类和对象
猜你喜欢

LeetCode 0952. Calculate Maximum Component Size by Common Factor: Mapping / Union Search

Win11如何更改默认下载路径?Win11更改默认下载路径的方法

MindSpore:【模型训练】【mindinsight】timeline的时间和实际用时相差很远

MindSpore:【MindSpore1.1】Mindspore安装后验证出现cudaSetDevice failed错误

MySQL数据库主从配置

Download Win11 how to change the default path?Download Win11 change the default path method

VBA runtime error '-2147217900 (80040e14): Automation error

redis

JS提升:Promise中reject与then之间的关系

Delay queue optimization (2)
随机推荐
看完《二舅》,我更内耗了
【hbuilder】运行不了部分项目 , 打开终端 无法输入指令
Linux下载安装mysql5.7版本教程最全详解
MySQL六脉神剑,SQL通关大总结
MySQL夺命10问,你能坚持到第几问?
Centos7 install mysql8
DM8: Single database and single instance to build a local data guard service
Encapsulates a console file selector based on inquirer
ResNet18-实现图像分类
MindSpore:【JupyterLab】查看数据时报错
阿里云武林头条活动分享
Linux下最新版MySQL 8.0的下载与安装(详细步骤)
MindSpore:ImageFolderDataset数据读取问题
MindSpore:【Resolve node failed】解析节点失败的问题
解决终极bug,项目最终能顺利部署上线。
PostgreSQL 14.4如何安装使用
[Private Series] All kinds of strange problems encountered in daily PHP
M3SDA:用于多源域自适应的矩匹配
[TypeScript]编译配置
vxe-table实现复选框鼠标拖动选中