कुछ पृष्ठभूमि:
मेरे पास एक जावा 1.6 वेब टॉमटैट 7 पर चल रहा है। डेटाबेस MySQL 5.5 है। इससे पहले, मैं DB को कनेक्ट करने के लिए मैसकल JDBC ड्राइवर 5.1.23 का उपयोग कर रहा था। सब कुछ काम कर गया। मैंने हाल ही में मैसकल JDBC ड्राइवर 5.1.33 में अपग्रेड किया है। अपग्रेड के बाद, ऐप शुरू करते समय टॉमकैट इस त्रुटि को फेंक देगा।
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.
ये क्यों हो रहा है?