zo专题

reason:The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zo

eclipse jdbc连接MySQL数据库时遇到这个错 解决方法是: String url = "jdbc:mysql://localhost:3306/mycompany";改为:String url = "jdbc:mysql://localhost:3306/mycompany?serverTimezone=UTC&useUnicode = true&characterEncoding