Posts by Newton • 41 points
1 post
- 
		4 votes4 answers11643 viewsA: Error while running HibernateMysql Driver version 6.0 onwards should be used: Class.forName("com.mysql.cj.jdbc.Driver"); BD_URL = "jdbc:mysql://localhost:port/bd_name?useTimezone=true&serverTimezone=UTC"; Already used and…