New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35335 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

MAMP Documentation needs some fixes

Reported by: jack.everson@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: wiki Version:
Keywords: Cc: ryandesign@…
Port: phpmyadmin

Description (last modified by ryandesign@…) (diff)

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

Change History

comment:1 Changed 9 months ago by jmr@…

  • Component changed from guide to wiki
  • Summary changed from MAMP Documentation to MAMP Documentation needs some fixes
  • Version 2.1.2 deleted
  • Milestone MacPorts Future deleted
  • Owner changed from markd@… to macports-tickets@…
  • Type changed from update to defect

comment:2 Changed 8 months ago by jmr@…

  • Cc ryandesign@… added

comment:3 Changed 8 months ago by ryandesign@…

  • Description modified (diff)

comment:4 in reply to: ↑ description Changed 8 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Replying to 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.

Note: See TracTickets for help on using tickets.