用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)可以连接上了

相关推荐
浊尘24 分钟前
SQL Server 查看备份计划
数据库·sqlserver
拾忆,想起32 分钟前
Redis红锁(RedLock)解密:分布式锁的高可用终极方案
java·数据库·redis·分布式·缓存·性能优化·wpf
望获linux42 分钟前
【实时Linux实战系列】实时数据可视化技术实现
linux·运维·服务器·网络·数据库·信息可视化
明天见~~1 小时前
Linux下的网络编程SQLITE3详解
数据结构·数据库
数巨小码人1 小时前
国产数据库转型指南:DBA技能重构与职业发展
数据库·重构·dba
ZhangChenPDU2 小时前
Postgresql极限救援!48小时恢复1.5TB生产数据
数据库
当无2 小时前
Mac book M4 使用 Docker 部署 Redis,并使用 Redis Insight 连接Redis容器
数据库·后端
手握风云-2 小时前
MySQL数据库精研之旅第十四期:索引的 “潜规则”(上)
数据库
一抓掉一大把2 小时前
表复制某些字段的操作sql
数据库·sql
Crazy________2 小时前
04数据库约束实战:从入门到精通
数据库