<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Starting MySQL on Leopard</title>
	<atom:link href="http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 02:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: wpicz</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6984</link>
		<dc:creator>wpicz</dc:creator>
		<pubDate>Sat, 01 May 2010 13:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6984</guid>
		<description>If you want to delete in spite of everything this warnings, You can change it at your own risk the mysql_safe script : comment the complete condition &quot;nohup nice &gt; /dev/null 2&gt;&amp;1&quot; and insert after this instruction : NOHUP_NICENESS=&quot;&quot;</description>
		<content:encoded><![CDATA[<p>If you want to delete in spite of everything this warnings, You can change it at your own risk the mysql_safe script : comment the complete condition &#8220;nohup nice &gt; /dev/null 2&gt;&amp;1&#8243; and insert after this instruction : NOHUP_NICENESS=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpicz</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6982</link>
		<dc:creator>wpicz</dc:creator>
		<pubDate>Sat, 01 May 2010 10:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6982</guid>
		<description>I found my response : http://dev.mysql.com/doc/mysql/en/mysqld-safe.html
Some warnings is not evil...</description>
		<content:encoded><![CDATA[<p>I found my response : <a href="http://dev.mysql.com/doc/mysql/en/mysqld-safe.html" rel="nofollow">http://dev.mysql.com/doc/mysql/en/mysqld-safe.html</a><br />
Some warnings is not evil&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpicz</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6956</link>
		<dc:creator>wpicz</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6956</guid>
		<description>Ok, it&#039;s good to know !
It is possible to launch directly /usr/local/mysql/libexec/mysqld with launchd or the mysql_safe get another possibilities or more technicalities ?</description>
		<content:encoded><![CDATA[<p>Ok, it&#8217;s good to know !<br />
It is possible to launch directly /usr/local/mysql/libexec/mysqld with launchd or the mysql_safe get another possibilities or more technicalities ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6955</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Apr 2010 19:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6955</guid>
		<description>@wpicz, this is only true if you&#039;ve upgraded to a later version by compiling from source. The file /usr/local/mysql/bin/mysqld is not touched after updating. 

The mysqld program referenced in the mysqld_safe script is located in /usr/local/mysql/libexec/ which is updated.</description>
		<content:encoded><![CDATA[<p>@wpicz, this is only true if you&#8217;ve upgraded to a later version by compiling from source. The file /usr/local/mysql/bin/mysqld is not touched after updating. </p>
<p>The mysqld program referenced in the mysqld_safe script is located in /usr/local/mysql/libexec/ which is updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpicz</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6949</link>
		<dc:creator>wpicz</dc:creator>
		<pubDate>Sun, 25 Apr 2010 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6949</guid>
		<description>If you run /usr/local/mysql/bin/mysqld then you will not start the latest version you compiled. I don&#039;t understand why ? all seems ok :

mysql&gt; \s
--------------
mysql  Ver 14.14 Distrib 5.1.45, for apple-darwin10.3.0 (i386) using readline 5.1</description>
		<content:encoded><![CDATA[<p>If you run /usr/local/mysql/bin/mysqld then you will not start the latest version you compiled. I don&#8217;t understand why ? all seems ok :</p>
<p>mysql&gt; \s<br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
mysql  Ver 14.14 Distrib 5.1.45, for apple-darwin10.3.0 (i386) using readline 5.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6948</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 25 Apr 2010 16:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6948</guid>
		<description>@wpicz, I also get the warnings but MySQL still runs properly after restarting the machine or killing mysql. If you run /usr/local/mysql/bin/mysqld then you will not start the latest version you compiled.</description>
		<content:encoded><![CDATA[<p>@wpicz, I also get the warnings but MySQL still runs properly after restarting the machine or killing mysql. If you run /usr/local/mysql/bin/mysqld then you will not start the latest version you compiled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpicz</title>
		<link>http://diymacserver.com/installing-mysql/starting-mysql-on-leopard/comment-page-1/#comment-6947</link>
		<dc:creator>wpicz</dc:creator>
		<pubDate>Sun, 25 Apr 2010 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=171#comment-6947</guid>
		<description>I found some warnings with the mysqld_safe script :
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) Bug: launchd_core_logic.c:8301 (24003):0
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) Switching sessions is not allowed in the system Mach bootstrap.
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) _vprocmgr_switch_to_session(): kr = 0x44c
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) Bug: launchd_core_logic.c:8301 (24003):0
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) Switching sessions is not allowed in the system Mach bootstrap.
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) _vprocmgr_switch_to_session(): kr = 0x44c

To resolve it, I launch mysqld directly :




 	Label
 	com.diymacserver.mysql
	Program
	/usr/local/mysql/bin/mysqld
 	ProgramArguments
 	
		--user=_mysql
 	
	RunAtLoad
	
	KeepAlive
	
	UserName
	_mysql
	GroupName
	_mysql
    Umask
    7
    WorkingDirectory
    /usr/local/mysql



If this can help somebody...</description>
		<content:encoded><![CDATA[<p>I found some warnings with the mysqld_safe script :<br />
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) Bug: launchd_core_logic.c:8301 (24003):0<br />
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) Switching sessions is not allowed in the system Mach bootstrap.<br />
com.apple.launchd[1]	(0x1001074d0.anonymous.nohup[2244]) _vprocmgr_switch_to_session(): kr = 0x44c<br />
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) Bug: launchd_core_logic.c:8301 (24003):0<br />
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) Switching sessions is not allowed in the system Mach bootstrap.<br />
com.apple.launchd[1]	(0x100416fe0.anonymous.nohup[2245]) _vprocmgr_switch_to_session(): kr = 0x44c</p>
<p>To resolve it, I launch mysqld directly :</p>
<p> 	Label<br />
 	com.diymacserver.mysql<br />
	Program<br />
	/usr/local/mysql/bin/mysqld<br />
 	ProgramArguments</p>
<p>		&#8211;user=_mysql</p>
<p>	RunAtLoad</p>
<p>	KeepAlive</p>
<p>	UserName<br />
	_mysql<br />
	GroupName<br />
	_mysql<br />
    Umask<br />
    7<br />
    WorkingDirectory<br />
    /usr/local/mysql</p>
<p>If this can help somebody&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

