#35335: MAMP Documentation needs some fixes -----------------------------+-------------------------------- Reporter: jack.everson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: wiki | Version: Resolution: | Keywords: Port: phpmyadmin | -----------------------------+-------------------------------- Description changed by ryandesign@…: Old description:
https://trac.macports.org/wiki/howto/MAMP
"/opt/local/www/phpmyadmin/scripts/create_tables.sql"
should now state /examples/ instead of /scripts/
"$cfg['Servers'][$i]['host'] = 'localhost';"
may fail and need to be changed to
127.0.0.1
New description: wiki:howto/MAMP "/opt/local/www/phpmyadmin/scripts/create_tables.sql" should now state /examples/ instead of /scripts/ {{{ "$cfg['Servers'][$i]['host'] = 'localhost';" }}} may fail and need to be changed to {{{ 127.0.0.1 }}} -- -- Ticket URL: <https://trac.macports.org/ticket/35335#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS