解决方案:url中加useSSL=false
例:
conn=DriverManager.getConnection("jdbc:mysql://192.168.0.109/hy?useSSL=false", "root", "123456");
END