README.html
<html> <head> <style> body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; } </style> <title>Readme for MariaDB Connector/ODBC</title> </head> <body>

MariaDB Connector/ODBC files will be installed in /Library/MariaDB/MariaDB-Connector-ODBC.

<font color="red">Warning:</font>The driver library requires latest versions of openssl libraries, that are not available natively, and can be obtained with Homebrew

Homebrew installation instructions can be found here. The short version at the moment is to run the following command in the terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

The command to install openssl is:

brew install openssl@1.1

  • brew install openssl
</body> </html>