用SQLyog连接mysql提示2058错误

1)在cmd下(必须是这个,不能是gitbash)

// step1:修改下数据库
C:\Users\elex>mysql -uroot -p
Enter password: ****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 97
Server version: 8.1.0 MySQL Community Server - GPL

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.


// step2: 修改下密码
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
Query OK, 0 rows affected (0.07 sec)

2)可以连接上了

相关推荐
尘浮生43 分钟前
Java项目实战II基于Spring Boot的火锅店管理系统设计与实现(开发文档+数据库+源码)
java·开发语言·数据库·spring boot·后端·微信小程序·旅游
海波东1 小时前
oracle和mysql的区别常用的sql语句
sql·mysql·oracle
FIN技术铺1 小时前
Redis有什么不一样?
数据库·redis·缓存
华为云开发者联盟1 小时前
遇到慢查询怎么办?一文解读MySQL 8.0查询分析工具
sql·mysql·查询分析·explain analyze
苹果醋32 小时前
springboot-springboot官方文档架构
java·运维·spring boot·mysql·nginx
声声codeGrandMaster2 小时前
爬虫+数据保存2
爬虫·python·mysql
Devil枫3 小时前
腾讯云云开发深度解读:云数据库、云模板与AI生成引用的魅力
数据库·人工智能·腾讯云
tatasix3 小时前
MySQL数据库备份与恢复
mysql
Kanna_STELLA3 小时前
Oracle视频基础1.1.4练习
数据库·oracle
城南云小白3 小时前
NoSQL的Redis配置
数据库·redis·nosql