[Solved] Mysql Connection error following Java Update
Posted: Wed Oct 24, 2018 10:50 am
I have just updated java on my Windows 10 PC, to JRE 1.8.0_191, and it is correctly identified by Options-Libreoffice-Advanced.
I needed to update Connector - j at same time and this is now version 8.0.11, and was correctly changed in the Class Path.
NB After update to JRE, but prior to update connector/j, I was getting the usual "could not connect ..." error message whenever I tried to connect to my MySQL database, hence need to update connector/j
After the connector/J update, I get a different error message :
The server time value 'GMT Summer Time' is unrecognised or represents more than one time zone. etc etc
My reading so far suggests this is from MySQL server, whose settings I have not touched!
Any suggestions?
UPDATE: If I try to set default time zone in MySQL Server ini file, the server won't start!
I needed to update Connector - j at same time and this is now version 8.0.11, and was correctly changed in the Class Path.
NB After update to JRE, but prior to update connector/j, I was getting the usual "could not connect ..." error message whenever I tried to connect to my MySQL database, hence need to update connector/j
After the connector/J update, I get a different error message :
The server time value 'GMT Summer Time' is unrecognised or represents more than one time zone. etc etc
My reading so far suggests this is from MySQL server, whose settings I have not touched!
Any suggestions?
UPDATE: If I try to set default time zone in MySQL Server ini file, the server won't start!