标签: java mysql
当我使用allowPublickeyRetrieval=true时,它也会给出相同的异常。该怎么办?我该如何解决?
allowPublickeyRetrieval=true
Class.forName("com.mysql.cj.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost:3306/quepaper?user=root&password = sak8329&useSSL=false&allowPublickeyRetrieval=true");