This article shares with you the solution to the problem that the mysql8.0.11 client cannot log in, for your reference, the specific content is as follows The default encryption method of MySQL 8.0.11 is [caching_sha2_password], which is not supported by Navicat for MySQL and Navicat Premium 12 clients. You can log in to the database server using: mysql>use mysql; mysql> select user, host, plugin, authentication_string from user where user='test'; +------+------+-----------------------+------------------------------------------------------------------------+ | user | host | plugin | authentication_string | +------+------+-----------------------+------------------------------------------------------------------------+ | test | % | caching_sha2_password | $A$005$7\m5O\%K/Y3'[email protected] | +------+------+-----------------------+------------------------------------------------------------------------+ 1 row in set (0.00 sec) The client cannot find the caching_sha2_password plugin. You can create a new user to use native encryption or modify ALTER USER 'test'@'%' IDENTIFIED WITH mysql_native_password BY '123456a?'; Just change your login password at this time. Wonderful topic sharing: Installation tutorials for different versions of MySQL Installation tutorials for MySQL 5.7 versions Installation tutorials for MySQL 5.6 versions The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: ByteDance interview: How to use JS to implement Ajax concurrent request control
>>: How to check the version of Kali Linux system
Table of contents Since Vuex uses a single state ...
Scenario You need to authorize the tester to use ...
Problem Description Install nginx on Tencent Clou...
When there is a lot of data to be displayed, the ...
Creation of a two-dimensional array in Js: First ...
<br />Original text: http://www.mikkolee.com...
Table of contents 1. Original value and reference...
Table of contents 1. What is Javascript? 2. What ...
Layout part: <div id="slider"> &l...
01. Infinity Font Download 02. Banda Font Download...
[LeetCode] 178.Rank Scores Write a SQL query to r...
Last night I wrote an essay about the browser ren...
1. Environmental requirements 1. Docker 17 and ab...
Preface Docker has been very popular in the past ...
Install the nvidia graphics card driver under Ubu...