当前位置:网站首页>mysql 8.0以上报2058 解决方式
mysql 8.0以上报2058 解决方式
2022-06-28 23:57:00 【hay_lee】
mysql控制修改mysql_native_password
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '新密码';
这样可以解决,但是重启mysql后就会失效;
需要配置vi /etc/my.cnf:去掉圈红注释,然后重启mysql就可以了。

边栏推荐
- Stm32f407------- general timer
- 一条update语句到底加了多少锁?带你深入理解底层原理
- IO playback function of FIO
- 剑指 Offer 12. 矩阵中的路径
- [machine learning] numerical analysis 02 -- finding roots of arbitrary equations
- Stm32f407------- external interrupt
- Typescript -- Section 3: Interface
- stm32F407-------GPIO输入实验
- 随笔记:重新认识 else if
- 在线买股票开户安全嘛?
猜你喜欢

Give you a project, how will you carry out performance testing (I)

Phoenix安装教程

Stm32f407------- general timer

stm32F407-------电容触摸按键

Windows10 phpstudy installing redis extension

What are the virtual machine software? What are their respective roles?

Auto encoder
![[opencv] - linear filtering: box filtering, mean filtering, Gaussian filtering](/img/1d/3a46517cbfa90005a15d7858d81ca9.png)
[opencv] - linear filtering: box filtering, mean filtering, Gaussian filtering

Be on the list again! Know that Chuangyu was selected as one of the top 50 competitive enterprises in China's network security industry in 2022

Behaviortree in ros2
随机推荐
随笔记:模拟类数组(array-like)的方法
Mobile heterogeneous computing technology - GPU OpenCL programming (basic)
TypeScript -- 第二节:变量声明
Be on the list again! Know that Chuangyu was selected as one of the top 50 competitive enterprises in China's network security industry in 2022
PHP利用CURL实现登录网站后下载Excel文件
Picture 64base transcoding and decoding
Basic operation of MySQL database: import hellodb SQL and query as required; Create account and authorize
6.28 学习内容
stm32F407-------LCD
[buuctf.reverse] 131-135
Stm32f407----- register address name mapping analysis
从SQL注入绕过最新安全狗WAF中学习fuzz
【LeetCode】21. 合并两个有序链表 - Go 语言题解
Rongyun communication solution solves the pain points of enterprise communication
力扣(LeetCode)178. 分数排名(2022.06.27)
移动端异构运算技术 - GPU OpenCL 编程(基础篇)
Machine learning 6-decision tree
stm32F407-------串行(串口)通信
"Five considerations" for safe use of the Internet
Stm32f407 ------- IO pin multiplexing mapping