The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called MyODBC drivers) that provide access to a MySQL database using the industry standard Open Database Connectivity (ODBC) API.
The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called MyODBC drivers) that provide access to a MySQL database using the industry standard Open Database Connectivity (ODBC) API.
To install mysql-connector-odbc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mysql-connector-odbc
To see what files were installed by mysql-connector-odbc, run:
port contents mysql-connector-odbc
To later upgrade mysql-connector-odbc, run:
sudo port selfupdate && sudo port upgrade mysql-connector-odbc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.