The following required algorithms might be disabled: SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL. Edit the list of disabled algorithms to include required algorithms. You can try to enable TLSv1 or TLSv1.1 first.
解决:
在URL中添加在数据库后面添加?createDatabaseIfNotExist=true&useSSL=false
jdbc:mysql://192.168.2.2:3306/test?createDatabaseIfNotExist=true&useSSL=false
点击:Test Connection 连接测试一下
连接成功!