当前位置:网站首页>Solve the 1251 client does not support authentication protocol error of Navicat for MySQL connection MySQL 8.0.11
Solve the 1251 client does not support authentication protocol error of Navicat for MySQL connection MySQL 8.0.11
2022-07-03 05:46:00 【Tell a joke】
solve Navicat for MySQL Connect Mysql 8.0.11 appear 1251- Client does not support authentication protocol error
open Navicat When preparing to link the database, the following prompt appears :
terms of settlement :
1、 Run open command line as Administrator 
2、, Get into Mysql Of bin Catalog , Then input mysql -u root -p
3、 After entering the password into the database , Then input
alter user [email protected]’localhost’ identified by ‘password’ password expire never; # Modify encryption rules
alter user [email protected]’localhost’ identified with mysql_native_password by ‘123456’; # Update the user's password
flush privileges; # Refresh the permissions 
4、 Use native Test connection database , Enter the password you just changed , You can connect successfully
边栏推荐
- [set theory] relational closure (relational closure related theorem)
- [untitled]
- 卷积神经网络CNN中的卷积操作详解
- 2022.7.2 模拟赛
- 一起上水硕系列】Day 9
- "C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
- 2022.DAY592
- 期末复习(DAY7)
- [Zhao Yuqiang] deploy kubernetes cluster with binary package
- 70 shell script interview questions and answers
猜你喜欢
![[trivia of two-dimensional array application] | [simple version] [detailed steps + code]](/img/84/98c1220d0f7bc3a948125ead6ff3d9.jpg)
[trivia of two-dimensional array application] | [simple version] [detailed steps + code]

How does win7 solve the problem that telnet is not an internal or external command

How do I migrate my altaro VM backup configuration to another machine?

大二困局(复盘)

PHP notes are super detailed!!!

Analysis of the example of network subnet division in secondary vocational school

"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1

Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception
![[teacher Zhao Yuqiang] index in mongodb (Part 2)](/img/a7/2140744ebad9f1dc0a609254cc618e.jpg)
[teacher Zhao Yuqiang] index in mongodb (Part 2)
![[teacher Zhao Yuqiang] Alibaba cloud big data ACP certified Alibaba big data product system](/img/cc/5509b62756dddc6e5d4facbc6a7c5f.jpg)
[teacher Zhao Yuqiang] Alibaba cloud big data ACP certified Alibaba big data product system
随机推荐
[teacher Zhao Yuqiang] the most detailed introduction to PostgreSQL architecture in history
Download the corresponding version of chromedriver
2022.7.2day594
Classification and discussion of plane grab detection methods based on learning
Azure file synchronization of altaro: the end of traditional file servers?
2022.DAY592
Method of finding prime number
Pytorch through load_ state_ Dict load weight
[branch and cycle] | | super long detailed explanation + code analysis + a trick game
@Import annotation: four ways to import configuration classes & source code analysis
Installation du plug - in CAD et chargement automatique DLL, Arx
Understand one-way hash function
[teacher Zhao Yuqiang] MySQL flashback
Why is the website slow to open?
JS implements the problem of closing the current child window and refreshing the parent window
一起上水硕系列】Day 9
ES 2022 正式发布!有哪些新特性?
[set theory] relational closure (relational closure related theorem)
Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
Sophomore dilemma (resumption)