A tool written in PHP intended to handle the administration of MySQL over the Web.
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.
To install phpmyadmin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install phpmyadmin
To see what files were installed by phpmyadmin, run:
port contents phpmyadmin
To later upgrade phpmyadmin, run:
sudo port selfupdate && sudo port upgrade phpmyadmin
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.