The server time zone value ‘CEST’ is unrecognized
@aiman’s answer is not correct since in your case the effective server timezone is not UTC. You’ll find on the net some solutions including additional parameters on the jdbc connection string, but there are cases where you cannot change this string. Here’s how I fixed it: First import the system timezones in mysql: $ mysql_tzinfo_to_sql … Read more