phpMyAdmin
phpMyAdmin is a tool written in PHP intended
to handle the administration of MySQL over the Web. Currently it can create and drop databases,
create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
- phpMyAdmin Website
- phpMyAdmin Website
To install the phpMyAdmin package,
execute the following from the command line (you may have
to enter a Mac OS X administrative password):
sudo port install phpmyadmin
A log of the phpMyAdmin installation can be found here.


