[MacPorts] #35335: MAMP Documentation
#35335: MAMP Documentation ------------------------------------+--------------------------------------- Reporter: jack.everson@… | Owner: markd@… Type: update | Status: new Priority: Normal | Milestone: MacPorts Future Component: guide | Version: 2.1.2 Keywords: | Port: phpmyadmin ------------------------------------+--------------------------------------- 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 -- Ticket URL: <https://trac.macports.org/ticket/35335> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35335: MAMP Documentation needs some fixes ------------------------------------+--------------------------------------- Reporter: jack.everson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: wiki | Version: Keywords: | Port: phpmyadmin ------------------------------------+--------------------------------------- Changes (by jmr@…): * component: guide => wiki * version: 2.1.2 => * milestone: MacPorts Future => * owner: markd@… => macports-tickets@… * type: update => defect -- Ticket URL: <https://trac.macports.org/ticket/35335#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 | -----------------------------+-------------------------------- Changes (by jmr@…): * cc: ryandesign@… (added) -- Ticket URL: <https://trac.macports.org/ticket/35335#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#35335: MAMP Documentation needs some fixes -----------------------------+-------------------------------- Reporter: jack.everson@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: wiki | Version: Resolution: fixed | Keywords: Port: phpmyadmin | -----------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Replying to [ticket:35335 jack.everson@…]:
wiki:howto/MAMP
"/opt/local/www/phpmyadmin/scripts/create_tables.sql"
should now state /examples/ instead of /scripts/
Fixed. Note that this is a wiki: you're able to edit it yourself, assuming you're logged in.
{{{ "$cfg['Servers'][$i]['host'] = 'localhost';" }}}
may fail and need to be changed to
{{{ 127.0.0.1 }}}
"localhost" connects to your local MySQL socket. This should be faster and is thus preferred. Using "127.0.0.1" will ignore the socket and connect over Tcp. -- Ticket URL: <https://trac.macports.org/ticket/35335#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts