连接MySQL数据库时报 Public Key Retrieval is not allowed 异常

解决方法

连接数据库的url中添加allowPublicKeyRetrieval=true

jdbc.url=jdbc:mysql://localhost:3306/test?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false

你可能感兴趣的:(MySQL)