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))
"/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: | guide → wiki |
---|---|
Milestone: | MacPorts Future |
Owner: | changed from markd@… to macports-tickets@… |
Summary: | MAMP Documentation → MAMP Documentation needs some fixes |
Type: | update → defect |
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 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to jack.everson@…:
Fixed. Note that this is a wiki: you're able to edit it yourself, assuming you're logged in.
"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.