Unable to load authentication plugin 'caching_sha2_password'.

pom 添加依赖

   <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
        <scope>runtime</scope>
        <version>8.0.13</version>
    </dependency>

报错原因:驱动版本过旧 数据库驱动由5更新为8

posted @ 2025-06-14 22:55  Moqinc  阅读(59)  评论(0)    收藏  举报