Comments on “MacPorts, MySQL 5 and the Launch Daemons”http://robwilkerson.org/2009/07/16/macports-mysql-5-and-the-launch-daemons/feed2009-11-05T08:28:21-04:00ChyrpMacPorts, MySQL 5 and the Launch Daemonstag:robwilkerson.org,2009-11-05:/id/177//comment_138742009-11-05T08:28:21-04:002009-11-05T08:28:21-04:00Kamil
<p>Thanks for this post, you saved me!</p> MacPorts, MySQL 5 and the Launch Daemonstag:robwilkerson.org,2009-07-22:/id/177//comment_108082009-07-22T10:24:50-04:002009-07-22T10:24:50-04:00Scottie Ritzheimer
<p>Thanks for the files! They were a real life saver.</p>
<p>once you’ve made the org.macports.mysql5 directory you can run the following lines using curl to download the files directly to the new directory</p>
<p>cd /opt/local/etc/LaunchDaemons/org.macports.mysql5<br />
sudo curl -O http://robwilkerson.org/_resources/hotlink/blog/mysql5.wrapper<br />
sudo curl -O http://robwilkerson.org/_resources/hotlink/blog/org.macports.mysql5.plist<br />
sudo chown root:wheel /opt/local/etc/LaunchDaemons/org.macports.mysql5/*<br />
sudo chmod 755 /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper<br />
sudo chmod 644 /opt/local/etc/LaunchDaemons/org.macports.mysql5/org.macports.mysql5.plist</p>
<p>and create the launchdaemon alias with a single line</p>
<p>sudo ln -s /opt/local/etc/LaunchDaemons/org.macports.mysql5/org.macports.mysql5.plist /Library/LaunchDaemons/org.macports.mysql5.plist</p> MacPorts, MySQL 5 and the Launch Daemonstag:robwilkerson.org,2009-07-19:/id/177//comment_107422009-07-19T18:41:21-04:002009-07-19T18:41:21-04:00Rob Wilkersonhttp://robwilkerson.org
<p>Great links get big love. :-) Sounds like it’s time to upgrade the laptop. </p> MacPorts, MySQL 5 and the Launch Daemonstag:robwilkerson.org,2009-07-19:/id/177//comment_107392009-07-19T18:22:12-04:002009-07-19T18:22:12-04:00Chad Kiefferhttp://2tbsp.com
<p>Thanks for the link love Rob. <span class="caps">BTW</span>, my work/life balance could be better. My choice not to start MySQL on system startup is really an issue of available memory on my whimpy laptop :)</p>