会装系统的程序员


  • 首页

  • 归档

  • 分类

  • 标签

Access denied for user (using password:YES)

发表于 2021-01-17   |   分类于 MySQL
1
2
3
find / -name my*.cnf

vim /usr/my.cnf

在[mysql]下添加

1
skip_grant_tables

保存之后重新登陆

1
mysql -u root -p

直接回车即可

1
2
3
4
5
6
7
use mysql;

update user SET password=password('591xt.xyz') where user=’root’;

flush privileges;

exit;
#Access denied for user (using password:YES)
Clutch
App Installation failed, No code signature found.
  • 文章目录
  • 站点概览

294 日志
25 分类
294 标签
GitHub

此文章未包含目录


©   2024 会装系统的程序员
Powered by Hexo
Theme by idhyt.Mala
豫ICP备17029679号-1
豫公网安备41019702002741号