Re: Database issue installing version 1.0.0

2019-09-22 Thread dipol
I have error in catalina.log: /Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'MSK' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use

Re: Database issue installing version 1.0.0

2019-03-28 Thread Mike Jumper
On Thu, Mar 28, 2019 at 8:06 AM wrote: > I had to do the following: > > > > 1) mysql_tzinfo_to_sql /usr/share/zoneinfo/|mysql -u root mysql -p > > 2) From within MySQL: *SET* *GLOBAL* time_zone = 'America/New_York'; > > > > > > Then everything seemed to work. > > > I think you may still need

RE: Database issue installing version 1.0.0

2019-03-28 Thread harry.devine
@guacamole.apache.org Subject: Re: Database issue installing version 1.0.0 On Thu, Mar 28, 2019 at 6:49 AM mailto:harry.dev...@faa.gov>> wrote: OK, so I set the timezone to be ‘America/New_York’ as described here: https://mariadb.com/kb/en/library/time-zones/. Will I have to do this every time the

Re: Database issue installing version 1.0.0

2019-03-28 Thread Mike Jumper
On Thu, Mar 28, 2019 at 6:49 AM wrote: > OK, so I set the timezone to be ‘America/New_York’ as described here: > https://mariadb.com/kb/en/library/time-zones/. Will I have to do this > every time the guacd or mariadb services are restarted? > Assuming you mean restarting Tomcat/Guacamole (only

RE: Database issue installing version 1.0.0

2019-03-28 Thread harry.devine
@guacamole.apache.org Subject: Re: Database issue installing version 1.0.0 On Thu, Mar 28, 2019 at 9:01 AM mailto:harry.dev...@faa.gov>> wrote: We have a new machine that we’re setting up with Guacamole, and I’m putting version 1.0.0 on it (we have 2 others that are running 0.9.13 currently). When

Re: Database issue installing version 1.0.0

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 9:01 AM wrote: > We have a new machine that we’re setting up with Guacamole, and I’m > putting version 1.0.0 on it (we have 2 others that are running 0.9.13 > currently). When I try to implement the MySQL database portion, I’m > getting the following errors in