mariadb-connector-c 3.3.2 on macOS doesn't connect to remote MariaDB sever
Hi there,
I updated recently the mariadb-connector-c view homebrew on macOS from 3.3.1 to 3.3.2. Now only localhost connections to a MariaDB server work. When connecting to a remote location in our network I always get:
Can't connect to server on '<IP>' (60)
I can however connect to the location via the mysql client or open via python telnet the port within python. I am using the connector via the python module and I have a much more detailed description of the issue here:
I am not sure if this is relavant and reverting back to 3.3.1 helped but the issue is that 3.3.1 is not in homebrew anymore and I was just lucky to have found it on an older machine.
Thanks, Max
Answer Answered by Maximilian Ebert in this comment.
All fixed here -> https://github.com/mariadb-corporation/mariadb-connector-c/commit/4f715e8fb1757a9c3b432471dbbc36787da6030c
Reported to brew to update the keg (is that the right term?) -> https://github.com/Homebrew/brew/issues/13846