Still having the same issue from before; if anyone has a project that works with MySQL and is using maven, I'd love to get a look at where you connect/your pom.
w
wouterdoeland
08/17/2017, 5:10 PM
What's not working?
wouterdoeland
08/17/2017, 5:12 PM
Copy code
// connect to the database
Database.connect("jdbc:<mysql://localhost/database?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&nullNamePatternMatchesAll=true>", driver = "com.mysql.cj.jdbc.Driver", user = "usert", password = "password")