Comments - mariadb-connector-c 3.3.2 on macOS doesn't connect to remote MariaDB sever

1 year, 8 months ago Andrew Collins

Just to add that I'm seeing the same thing on 2 Macs:

sqlalchemy.exc.OperationalError: (mariadb.OperationalError) Can't connect to server on '192.168.50.214' (60)

This is after brew upgrade MariaDB-connector-c to 3.3.2 and now there's no going back.

 
1 year, 7 months ago Ben Sandham (US)

I am experiencing the same issue when attempting to connect in a shell/notebook environment (macOS Monterey 12.5.1).

However, my application can connect in a container using Python 3.9 base image--which uses Debian 11? https://pythonspeed.com/articles/base-image-python-docker-images/

So this is an OS based issue?

 
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.