balin998

Results 2 comments of balin998

**I encountered the same error, which requires the following conditions to be met at the same time**: 1. **Using azure-cloud-mysql (version: 5.7.32-log/5.6.50-log), manually installed mysql-5.7.28 on Azure virtual machine shows...

**It's not a problem of HikariCP. The problem occurs when using jdk to directly connect to the database.** ```java public class A2 { public static void main(String[] args) throws ClassNotFoundException,...