Opened 12 years ago

Closed 12 years ago

#35335 closed defect (fixed)

MAMP Documentation needs some fixes

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (4)

comment:1 Changed 12 years ago by jmroot (Joshua Root)

Component: guidewiki
Milestone: MacPorts Future
Owner: changed from markd@… to macports-tickets@…
Summary: MAMP DocumentationMAMP Documentation needs some fixes
Type: updatedefect
Version: 2.1.2

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Cc: ryandesign@… added

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:4 in reply to:  description Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

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.