mybatis Unable to load authentication plugin 'caching_sha2_password'.] with root cause

主要原因8.x版本的验证模块和之前版本不同:

5.x版本是:default_authentication_plugin=mysql_native_password

8.x版本就是:default_authentication_plugin=caching_sha2_password

将MySQL connection的版本改为8.0即可

mybatis Unable to load authentication plugin 'caching_sha2_password'.] with root cause

上一篇:Linux中Navicat Premium连接MySQL报错:2059 - authentication plugin caching_sha2_password cannot be loaded


下一篇:spark streaming (二)