<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Slash Dot Dash: Starting and Stopping MySql on Mac OS X</title>
    <link>http://www.slashdotdash.net/articles/2007/08/23/starting-and-stopping-mysql-on-mac-os-x</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Rolling on Rails</description>
    <item>
      <title>Starting and Stopping MySql on Mac OS X</title>
      <description>&lt;p&gt;Just a quick reminder, since I always forget how to do this in &lt;span class="caps"&gt;OS X&lt;/span&gt; (which uses &lt;code&gt;launchd&lt;/code&gt;).&lt;/p&gt;


&lt;pre&gt;
$ sudo launchctl start org.macports.mysql5
$ sudo launchctl stop org.macports.mysql5
&lt;/pre&gt;

	&lt;p&gt;(MySql 5 installed from MacPorts)&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;In Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; v10.4 Tiger, Apple introduced a new system startup program called launchd. The launchd daemon takes over many tasks from cron, xinetd, mach_init, and init, which are &lt;span class="caps"&gt;UNIX&lt;/span&gt; programs that traditionally have handled system initialization, called systems scripts, run startup items, and generally prepared the system for the user. And they still exist on Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; Tiger, but launchd has superseded them in many instances. These venerable programs are widely used by system administrators, open source developers, managers of web services, even consumers who want to use cron to manage  iCal scheduling, and they can still be called with launchd.&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;&lt;a href="http://developer.apple.com/macosx/launchd.html"&gt;Getting Started with launchd&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2007 21:27:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:e51238c5-fcd5-4d9c-bf0f-24fb62a24d2e</guid>
      <author>ben@slashdotdash.net (Ben)</author>
      <link>http://www.slashdotdash.net/articles/2007/08/23/starting-and-stopping-mysql-on-mac-os-x</link>
      <category>Mac OS X</category>
    </item>
  </channel>
</rss>
