当前位置:网站首页>mysql登录出现1045错误修改方法[通俗易懂]
mysql登录出现1045错误修改方法[通俗易懂]
2022-06-30 19:51:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
在cmd中输入mysql -uroot -p出现1045错误如下:
ERROR 1045(28000): Access denied for user ‘root’@’localhost'(using password)
解决方法:
1.先找到mysql bin目录下的my.ini文件,在[mysql]下面加上 skip-grant-tables 用于跳过密码
2.重启服务器
net stop mysql
net start mysql
3.进入cmd,重置密码
mysql -uroot -p 回车
不用管password 回车
use mysql; 回车
修改密码:set password for ‘root’@’localhost’=password(‘新密码’);
flush privilegs; 刷新数据库
quit;
4.修改my.ini 注释掉skip-grant-tables;保存退出
5.重启服务器
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/132124.html原文链接:https://javaforall.cn
边栏推荐
- 【Try to Hack】Windows系统账户安全
- Data intelligence - dtcc2022! China database technology conference is about to open
- 静态类使用@Resource注解注入
- 计网 | 【五 传输层、六 应用层】知识点及例题
- 杰理之检测灵敏度级别确定【篇】
- FH6908A负极关断同步整流模拟低压降二极管控制IC芯片TSOT23-6超低功耗整流器 1w功耗 <100uA静态 替代MP6908
- Tensorflow2.4 implementation of repvgg
- SecureCRTPortable的安装和使用(图文详解)
- Meeting, onemeeting, OK!
- 【450. 删除二叉搜索树中的节点】
猜你喜欢

Audio and video architecture construction in the super video era | science and Intel jointly launched the second season of "architect growth plan"
Solution to rollback of MySQL database by mistake deletion

Character class of regular series

昨晚 Spark Summit 重要功能发布全在这里(附超清视频)

如何做好测试用例设计

漏洞扫描工具大全,妈妈再也不用担心我挖不到漏洞了

mysql主从同步

【NLP】【TextCNN】 文本分类

以全栈全功能解决方案,应对多样工具复杂环境DevOps落地难题
Detailed steps for Django to upload excel tables and write data to the database
随机推荐
微信小程序开发实战 云音乐
建立自己的网站(20)
项目经理是领导吗?可以批评指责成员吗?
matlab Delaunay 三角剖分内的查询点
8 - 函数
PS2手柄-1「建议收藏」
Redis ziplist 压缩列表的源码解析
Halcon知识:盘点一下计量对象【1】
Summary of operating system interview questions (updated from time to time)
discuz 论坛提速之删除data/log下的xxx.php文件
Detailed steps for Django to upload excel tables and write data to the database
CV+Deep Learning——网络架构Pytorch复现系列——basenets(BackBones)(一)
CADD course learning (1) -- basic knowledge of drug design
凌云出海记 | 一零跃动&华为云:共助非洲普惠金融服务
Taihu Lake "China's healthy agricultural products · mobile phone live broadcast" enters Taihu Lake
Kubernetes为什么会赢,容器圈的风云变幻!
SecureCRTPortable的安装和使用(图文详解)
“更福特、更中国”拨云见日,长安福特王牌产品订单过万
Tencent conference application market was officially launched, with more than 20 applications in the first batch
Perl转换文件的编码类型