DBeaver connection MySql error

DBeaver connected MySql given Unable to load authentication plugin 'caching_sha2_password'.

 

Online information say is the difference between mysql5.x version and version 8.x;

Version 5.7 is: default_authentication_plugin = mysql_native_password

8.x version is: default_authentication_plugin = caching_sha2_password
----------------
Disclaimer: This article is CSDN blogger "Endeavor 2019" in the original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/waterflying2015/article/details/81047128

 

Then I see a bit of the default download drivers DBeaver

 

 The default version is 5.1.44 as of this writing date 2020.3 .9

Because 8.x version of the database to connect it to delete the original drive to add new drivers

Dbeaver download the driver uses Maven

Information which you want to search for a specific version can  https://mvnrepository.com/  search address

Then search for information as follows 

 

 Setting information is as follows

 

 Click OK to return to download the main page

 

 Click to test the connection given as follows:

The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support.

Internet search-related issues are based on the server because the problem areas are automatically detected so caused and select Asia / Shanghai can successfully connect

Guess you like

Origin www.cnblogs.com/aunrea/p/12448065.html