<?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: Install MySQL5 on Mac OSX With Darwin Port	</title>
	<atom:link href="https://logs.paulooi.com/install-mysql5-on-mac-osx-with-darwin-port.php/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com/install-mysql5-on-mac-osx-with-darwin-port.php</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 25 Jan 2011 08:40:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Stress.Media &#187; Blog Archive &#187; Installing MySQL 5 on Mac OSX		</title>
		<link>https://logs.paulooi.com/install-mysql5-on-mac-osx-with-darwin-port.php/comment-page-1#comment-7460</link>

		<dc:creator><![CDATA[Stress.Media &#187; Blog Archive &#187; Installing MySQL 5 on Mac OSX]]></dc:creator>
		<pubDate>Tue, 05 Jun 2007 13:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/03/13/install-mysql5-on-mac-osx-with-darwin-port/#comment-7460</guid>

					<description><![CDATA[[...] to Paul Ooi for this simple installation [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] to Paul Ooi for this simple installation [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mitch Coopet		</title>
		<link>https://logs.paulooi.com/install-mysql5-on-mac-osx-with-darwin-port.php/comment-page-1#comment-4284</link>

		<dc:creator><![CDATA[Mitch Coopet]]></dc:creator>
		<pubDate>Thu, 29 Mar 2007 21:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/03/13/install-mysql5-on-mac-osx-with-darwin-port/#comment-4284</guid>

					<description><![CDATA[Hey -

Thanks for the blog posting - I was having issues with trying to find *where* the default my.cnf was located in the mac ports distribution of MySQL.  The &#039;mysql.server&#039; start/stop script location was good to know as well!

That said, I&#039;d like to point out that the actual copying of my.cnf should target &#039;/opt/local/etc/mysql5/&#039;, not &#039;/opt/local/etc/&#039;.  

I also ran into a later issue starting up the actual mysqld_safe5 process.

If you see this error in your mysql error log (usually located in /opt/local/var/db/mysql5/.local.err)

070311 18:30:58 [ERROR] Can&#039;t start server : Bind on unix socket: Permission denied
070311 18:30:58 [ERROR] Do you already have another mysqld server running on socket: /opt/local/var/run/mysql5/mysqld.sock ?

check the ownership on /opt/local/var/run/mysql5 and make sure the owner/group combination is &#039;mysql/mysql&#039;.  If it isn&#039;t, use &#039;sudo chown -R mysql:mysql /opt/local/var/run/mysql5&#039; to set the ownership properly.

Again - thanks for the helpful post!]]></description>
			<content:encoded><![CDATA[<p>Hey &#8211;</p>
<p>Thanks for the blog posting &#8211; I was having issues with trying to find *where* the default my.cnf was located in the mac ports distribution of MySQL.  The &#8216;mysql.server&#8217; start/stop script location was good to know as well!</p>
<p>That said, I&#8217;d like to point out that the actual copying of my.cnf should target &#8216;/opt/local/etc/mysql5/&#8217;, not &#8216;/opt/local/etc/&#8217;.  </p>
<p>I also ran into a later issue starting up the actual mysqld_safe5 process.</p>
<p>If you see this error in your mysql error log (usually located in /opt/local/var/db/mysql5/.local.err)</p>
<p>070311 18:30:58 [ERROR] Can&#8217;t start server : Bind on unix socket: Permission denied<br />
070311 18:30:58 [ERROR] Do you already have another mysqld server running on socket: /opt/local/var/run/mysql5/mysqld.sock ?</p>
<p>check the ownership on /opt/local/var/run/mysql5 and make sure the owner/group combination is &#8216;mysql/mysql&#8217;.  If it isn&#8217;t, use &#8216;sudo chown -R mysql:mysql /opt/local/var/run/mysql5&#8217; to set the ownership properly.</p>
<p>Again &#8211; thanks for the helpful post!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
