MySQL is an open-source, multi-threaded SQL database. This port follows MySQL's Innovation track, which ships quarterly under calendar versioning and carries each release only until the next one arrives. The port rolls forward with it rather than staying on any one release. For a release under long-term support, see the mysql9 and mysql8 ports.
MySQL is an open-source, multi-threaded SQL database. This port follows MySQL's Innovation track, which ships quarterly under calendar versioning and carries each release only until the next one arrives. The port rolls forward with it rather than staying on any one release. For a release under long-term support, see the mysql9 and mysql8 ports.
To install mysql-innovation, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mysql-innovation
To see what files were installed by mysql-innovation, run:
port contents mysql-innovation
To later upgrade mysql-innovation, run:
sudo port selfupdate && sudo port upgrade mysql-innovation
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.