当前位置:网站首页>MySQL - ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
MySQL - ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
2022-08-02 13:13:00 【放羊的牧码】
报错信息
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
分析原因
因为账号密码忘记,想重置密码,但是重置密码需要登录 MySQL 服务,但是密码又不知道,如此死循环。很简单, MySQL 有个配置可以跳过密码验证
操作步骤
命令:vim /etc/my.cnf(注:windows下修改的是my.ini),在 [mysqld] 后面任意一行添加“skip-grant-tables”用来跳过密码验证的过程,取消注释,然后保存
重启 MySQL 服务:“service mysqld restart”
免密码登陆(注:敲入“mysql -u root -p”命令然后回车,当需要输入密码时,直接按 Enter 键,便可以不用密码登录到数据库当中)
flush privileges;(首先更新权限)
修改新密码:ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘新密码’;
接着退出:quit; 或 \q; 或 exit;
然后再把刚刚的文件注释回去,保存,重启 MySQL
最后输入:“mysql -u root -p”正常输入密码登录即可
边栏推荐
- RestTemplate use: set request header, request body
- Oracle update error operation single table rollback
- Scala基础语法入门(三)Scala中的各种运算符
- Introduction to Graph Neural Networks (GNN) "Recommended Collection"
- 无线振弦采集仪远程修改参数方式
- php - the first of three solid foundations
- 节省50%成本!京东云重磅发布新一代混合CDN产品
- Wireless vibrating wire acquisition instrument remote modification method
- Seata Distributed Transaction
- selenium chrome driver运行时的cannot determine loading status from target frame detached问题
猜你喜欢
随机推荐
Redis all
路由-Tab切换页面
无线振弦采集仪远程修改参数方式
智能手表前景如何?
This binding to detailed answers
Summer training camp-week2 graph theory
【C语言】虐打循环练习题(2)
移动端适配,华为浏览器底色无法正常显示
Markdown怎么加入emoji
Win11怎么修改关机界面颜色?Win11修改关机界面颜色的方法
你知道图论的Dijkstra吗?
How to do short video food from the media?5 steps to teach you to get started quickly
uniapp/小程序 onload方法每次打开页面都执行解读
机器人碰撞检测方法形式化
Oracle数据库的闪回技术
微信小程序getPhoneNumber接口code=40013
Taurus.MVC V3.0.3 microservice open source framework released: Make the evolution of .NET architecture easier in large concurrency.
【622. 设计循环队列】
SQL Server 2014 installation tutorial (nanny-level graphic tutorial)
自媒体创作怎样提高原创度,打造爆款作品?