Page 1 of 1

MYSQL databases are not working in 1.33.0

Posted: 29 Jun 2018, 21:02
by w0dhb
2 of us just installed 1.33.00 and Log4OM is not able to find database.
Tried reconnecting in Options -> database and gives "No database found"
Revert back to 1.32.00 all is well

Dave W0DHB

Re: MYSQL databases are not working in 1.33.0

Posted: 30 Jun 2018, 09:46
by IK7HTB
Hi, i have the same problem.
The message in the log is :
ERROR: *** DatabaseManagement: MYSQL Connection invalid ******* [Function: #=qjzy0vC3AzsGnvIlGoJzD1w==] MySql.Data.MySqlClient.MySqlException (0x80004005): The host localhost does not support SSL connections.

Any suggest before to revert back?

Dave IK7HTB

Re: MYSQL databases are not working in 1.33.0

Posted: 30 Jun 2018, 10:50
by IK7HTB
Hi Dave, hi everybody!
i have found a workaround :
in the user name in Option -> Settings -> Database Tab, in the username field add ";SslMode=none" (without double quote) to your username. Then Check the connection and Swith to MySQL.
For me works like a charm!

Dave IK7HTB

Re: MYSQL databases are not working in 1.33.0

Posted: 30 Jun 2018, 15:38
by w0dhb
Thanks Dave-- I never would have guessed that in a million years.
Works fine now.
I'd add one step.. after you click on the switch to MySQL, click on the save Icon

Good find 1

Re: MYSQL databases are not working in 1.33.0

Posted: 02 Jul 2018, 13:21
by DJ4JZ
Hi Dave,
I had the same problem, thanks for the solution.
Jo DJ4JZ

Re: MYSQL databases are not working in 1.33.0

Posted: 02 Jul 2018, 14:37
by on4gpn
Hi Dave
I had the same problem with MariaDB
Thanks for the solution
Philippe on4gpn

Re: MYSQL databases are not working in 1.33.0

Posted: 03 Jul 2018, 08:02
by IW3HMH
Right. Good Catch
I have just received a log and concluded with the same result.
It seems updated MySQL drivers requires a SSL connection "by default".

I'm preparing a patched version with SSL = NO (by default, for now) and an updated version to avoid tampering connection strings :D :D :D