mysql连接问题 mysql8.0以上连接所需要的jar包和写法是发生了改变的 Class.forName("com.mysql.cj.jdbc.Driver"); url="jdbc:mysql://localhost:3306/demo1?useSSL=false&serverTimezone=UTC",账号密码。 jdbc:mysql://localhost:3306/test?useSSL=false&serverTimezone=UTC