Beberapa latar belakang:
Saya memiliki webapp Java 1.6 yang berjalan di Tomcat 7. Basis datanya adalah MySQL 5.5. Sebelumnya, saya menggunakan driver Mysql JDBC 5.1.23 untuk terhubung ke DB. Semuanya berhasil. Saya baru-baru ini ditingkatkan ke driver Mysql JDBC 5.1.33. Setelah peningkatan, Tomcat akan melempar kesalahan ini ketika memulai aplikasi.
WARNING: Unexpected exception resolving reference
java.sql.SQLException: The server timezone value 'UTC' is unrecognized or represents more than one timezone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc timezone value if you want to utilize timezone support.
Mengapa ini terjadi?