FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
138 stars 55 forks source link

MariaDB - 10.2.16 to 10.2.23. #43

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi Fredy,

My host upgraded MariaDB from 10.2.16 to 10.2.23 and now my server won't connect via MySQLOO.

Im using 9.6.1 and im getting this error.

DB Connection failed! Error msg: SSL connection error: unknown error number

when connecting with multiple things to test.. I tried Promethus, SQLWorkbench and they are just not connecting.. could this be an issue with the dll. thank you.

FredyH commented 4 years ago

And it worked with 9.6.1 when you still had MariaDB 10.2.16? Does it work with 10.2.16 using version 9.5?

What is Prometheus/SQLWorkbench?

ghost commented 4 years ago

Hi Fredy,

I was on 9.6 and it all was working fine once the host updated the database it gave that error. SQLWorkbench is an addon to access mysql and sqlite databases ingame and prometheus is a payment system for people making ingame purchases and it accessed the web database from ingame to apply the purchase. was all workimg fine until they updated.

FredyH commented 4 years ago

Hmm, I don't see how that would change anything. Could you also try if it works with MySQLOO 9.5?

ghost commented 4 years ago

When I add the 9.5 dll back it acts like it does not exist and gives loads of database errors.

ghost commented 4 years ago

any update ?

FredyH commented 4 years ago

I tested connecting to MariaDB 10.4.12 (the latest stable version) on Windows and Linux and it worked as expected, so I'm going to assume there's either a bug in 10.2.23 or there is something wrong with your setup or the host's.

ghost commented 4 years ago

is it possible for you to test it on 10.2.23

FredyH commented 4 years ago

I tested it and that version works for me as well.