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即可

image

posted @ 2021-05-05 13:39  RainbowMagic  阅读(149)  评论(0)    收藏  举报