MYSQL databases are not working in 1.33.0

Need help? - Post here and we will find a solution for you.
Locked
w0dhb
Novice Class
Posts: 21
Joined: 02 Mar 2014, 00:07

MYSQL databases are not working in 1.33.0

Post 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
IK7HTB
Novice Class
Posts: 8
Joined: 04 Mar 2014, 12:26

Re: MYSQL databases are not working in 1.33.0

Post 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
IK7HTB
Novice Class
Posts: 8
Joined: 04 Mar 2014, 12:26

Re: MYSQL databases are not working in 1.33.0

Post 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
w0dhb
Novice Class
Posts: 21
Joined: 02 Mar 2014, 00:07

Re: MYSQL databases are not working in 1.33.0

Post 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
DJ4JZ
Novice Class
Posts: 19
Joined: 06 Jan 2016, 18:05
Location: JO30to
Contact:

Re: MYSQL databases are not working in 1.33.0

Post by DJ4JZ »

Hi Dave,
I had the same problem, thanks for the solution.
Jo DJ4JZ
73 de DJ4JZ
on4gpn
New user
Posts: 1
Joined: 13 Jan 2016, 10:40
Location: JO20fk

Re: MYSQL databases are not working in 1.33.0

Post by on4gpn »

Hi Dave
I had the same problem with MariaDB
Thanks for the solution
Philippe on4gpn
User avatar
IW3HMH
Site Admin
Posts: 2926
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: MYSQL databases are not working in 1.33.0

Post 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
Daniele Pistollato - IW3HMH
Locked