-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
@benoitgaudou any clue ? |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Dear all,
Basically the error seems to come from an issue or a change in the mysql
connector or on the mysql client:
it seems necessary to set explicity the time zone ...
A first dig and some tries seem to show a workaround outside of the GAMA or
GAML code.
In the MySQL client, it is possible to define a configuration file (my.cnf).
We can add to it:
[mysqld]
default_time_zone='+00:00'
After the change, close the client and relaunch everything.
As an example, using MAMP, you can refer to this documentation:
https://documentation-5.mamp.info/en/MAMP-Mac/How-Tos/Set-the-MySQL-Default-Storage-Engine/index.html
Hope it helps.
I am looking toward a solution in Java to avoid toi modify the MySQL server
....
But I am wondering whether we should provide a workaround in GAMA and
simply specify how to configure the server. Any thoughts?
Cheers
Benoit
Le ven. 14 juin 2024 à 08:47, brunop26 ***@***.***> a écrit :
… Hello,
It doesn't work with either version 1.9.2 or 1.9.3, which I'm currently
using.
—
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL3WSXB5ARB55LMFIGEASDZHKGWHAVCNFSM6AAAAABJGUSWA2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONZQHEZTK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
@benoitgaudou any clue ?