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:

https://stackoverflow.com/questions/73550534/mariadb-connector-in-python-cannot-connect-to-remote-server

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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.