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

虽然道路是曲折的,但前途是光明的。

浙公网安备 33010602011771号