Posts by Cleiton Araújo • 1 point
1 post
-
-1
votes2
answers434
viewsA: Error server Timezone is unrecognized wildfly 14 Connector/J 8.0.13
Depending on your Mysql version, try using it like this: <connection-url>jdbc:mysql://localhost:3306/pegasus?useTimezone=true&serverTimezone=UTC</connection-url> Or so…