当前位置:网站首页>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
边栏推荐
- Perl转换文件的编码类型
- MySQL数据库误删回滚的解决
- 杰理之检测灵敏度级别确定【篇】
- Enterprise middle office planning and it architecture microservice transformation
- 建立自己的网站(20)
- 25:第三章:开发通行证服务:8:【注册/登录】接口:接收并校验“手机号和验证码”参数;(重点需要知道【利用redis来暂存数据,获取数据的】的应用场景)(使用到了【@Valid注解】参数校验)
- What is the difference between tolocal8bit and toutf8() in QT
- 【1175. 质数排列】
- 启动PHP报错ERROR: [pool www] cannot get uid for user ‘@[email protected]’
- 【NLP】【TextCNN】 文本分类
猜你喜欢

神经网络入门(上)

解决arm_release_ver of this libmali is ‘g2p0-01eac0‘,rk_so_ver is ‘4‘,libgl1-mesa-dev不会被安装,存在未满足的依赖关系

屏幕显示技术进化史

Tensorflow2.4实现RepVGG

GeoServer installation

NLP 论文领读|文本生成模型退化怎么办?SimCTG 告诉你答案

25:第三章:开发通行证服务:8:【注册/登录】接口:接收并校验“手机号和验证码”参数;(重点需要知道【利用redis来暂存数据,获取数据的】的应用场景)(使用到了【@Valid注解】参数校验)

CADD课程学习(2)-- 靶点晶体结构信息

1. 爬虫之Beautifulsoup解析库&在线解析图片验证码

微信小程序开发实战 云音乐
随机推荐
pycharm从安装到全副武装,学起来才嗖嗖的快,图片超多,因为过度详细!
PHP文件上传小结(乱码,移动失败,权限,显示图片)
QQmlApplicationEngine failed to load component qrc:/main.qml:-1 No such file or directory
屏幕显示技术进化史
Qt:qaxobject operation Excel
[iccv 2019] characteristics precise supervision of feature super resolution for small object detection
c语言数组截取,C# 字符串按数组截取方法(C/S)
【论文阅读】Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline
Detailed explanation of specific methods and steps for TCP communication between s7-1500 PLCs (picture and text)
建立自己的网站(20)
一文读懂目标检测:R-CNN、Fast R-CNN、Faster R-CNN、YOLO、SSD「建议收藏」
DELL R720服务器安装网卡Broadcom 5720驱动
Ten percent of the time, the tar command can't parse the English bracket "()" when decompressing the file
昨晚 Spark Summit 重要功能发布全在这里(附超清视频)
重复乃技艺之母
QT :QAxObject操作Excel
项目经理不应该犯的错误
GeoServer安装
GeoServer installation
暑期实训21组第一周个人工作总结