The server and DB connection works fine with Jabref 4.x. but the following connection error appeared using dev 5.0 with our shared database (MySQL 5.7) hosted on Windows Server 2008 R2.
"The server timezone value 'Paris, Madrid (heure d'été)' is unrecognized or represents more than one timezone. You must configure the server or JDBC driver to use more specific time zone value if you want to utilize time zone support."
The problem was solved by setting the MySQL server GLOBAL time_zone to a fixed value (example: '+1:00').
The default time_zone value 'SYSTEM' indicates that the time zone used is the system time zone.
This default value raised the mentionned connection error in dev v5.0.
The server and DB connection works fine with Jabref 4.x. but the following connection error appeared using dev 5.0 with our shared database (MySQL 5.7) hosted on Windows Server 2008 R2.
"The server timezone value 'Paris, Madrid (heure d'été)' is unrecognized or represents more than one timezone. You must configure the server or JDBC driver to use more specific time zone value if you want to utilize time zone support."
The problem was solved by setting the MySQL server GLOBAL time_zone to a fixed value (example: '+1:00').
The default time_zone value 'SYSTEM' indicates that the time zone used is the system time zone.
This default value raised the mentionned connection error in dev v5.0.