Perl DBI driver for access to MariaDB and MySQL databases
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them.
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them.
To install p5.28-dbd-mariadb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-dbd-mariadb
To see what files were installed by p5.28-dbd-mariadb, run:
port contents p5.28-dbd-mariadb
To later upgrade p5.28-dbd-mariadb, run:
sudo port selfupdate && sudo port upgrade p5.28-dbd-mariadb
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.