Skip to content

Shared DB Connection issue in development version 5.0 #4464

@AurelienBioprojet

Description

@AurelienBioprojet

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions