Changes between Version 29 and Version 30 of howto/MAMP


Ignore:
Timestamp:
May 26, 2009, 3:51:35 AM (15 years ago)
Author:
blb@…
Comment:

Correct order for initial mysql setup and daemon launching

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v29 v30  
    9696{{{
    9797sudo port install mysql5 +server
    98 }}}
    99 
    100 Activate your MySQL server installation so that it autostarts when you boot your machine:
    101 
    102 {{{
    103 sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
    10498}}}
    10599
     
    120114  }}}
    121115
    122 Start the MySQL daemon
    123 
    124 {{{
    125 sudo /opt/local/bin/mysqld_safe5 &
     116Activate your MySQL server installation so that it autostarts when you boot your machine:
     117
     118{{{
     119sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
    126120}}}
    127121