The only missing piece from the LAMP configuration was the phpMyAdmin package. So I did the following:
- Downloaded the zip file for phpMyAdmin from www.phpmyadmin.net
- unzip the downloaded fie
- rename phpMyAdmin…3.2.5 to phpMyAdmin
- copy the directory to the apache server location(/Library/Webserver/Documents)
- FAQS stated – you need to create your own config.inc.php. I started from config.sample.inc.php
- Go to http://localhost/phpMyAdmin which should show you the login view
My config.inc.php is displayed below
Posted by ogrampowell