Mariadb is a fork of the MySQL server, a multi-threaded SQL database. This is the devevloper version, Thus, it is only recommended for testing and bug-hunting. The mariadb-dev Port will be based upon the latest available <major>.[012].<patch> . This will only be updated with compile breaking patches.
Mariadb is a fork of the MySQL server, a multi-threaded SQL database. This is the devevloper version, Thus, it is only recommended for testing and bug-hunting. The mariadb-dev Port will be based upon the latest available <major>.[012].<patch> . This will only be updated with compile breaking patches.
To install mariadb-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mariadb-devel
To see what files were installed by mariadb-devel, run:
port contents mariadb-devel
To later upgrade mariadb-devel, run:
sudo port selfupdate && sudo port upgrade mariadb-devel
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.