[MacPorts] #35335: MAMP Documentation needs some fixes

MacPorts noreply at macports.org
Sat Sep 22 02:56:09 PDT 2012


#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


More information about the macports-tickets mailing list