Hibernate with MySQL throws "WrongArgumentException: Malformed database URL, failed to parse the connection string near: useJDBCCompliantTimezoneShift, useLegacyDatetimeCode, serverTimezone"

You either need to change the MySQL Connector/J Driver to 5.x or change the URL since MySQL 8.0 has removed these properties:

  • useJDBCCompliantTimezoneShift
  • useLegacyDatetimeCode