
<?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: fixing mySQL in Mac OS X 10.4.4 and higher</title>
	<atom:link href="http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/feed/" rel="self" type="application/rss+xml" />
	<link>http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/</link>
	<description>in perpetual beta</description>
	<lastBuildDate>Wed, 23 May 2012 05:47:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/comment-page-1/#comment-4437</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 30 Jun 2006 11:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/#comment-4437</guid>
		<description>mysqld --socket-path=/var/mysql/mysql.sock

-or- 

/etc/my.cnf:
[mysqld]
socket=/var/mysql/mysql.sock

-or, better yet-

/etc/my.cnf:
[client]
socket=/tmp/mysql.sock

-or, better still-
/etc/my.cnf:
[mysqld]
socket=/Users/jeff/Desktop/mysql.sock

[client]
socket=/Users/jeff/Desktop/mysql.sock</description>
		<content:encoded><![CDATA[<p>mysqld &#8211;socket-path=/var/mysql/mysql.sock</p>
<p>-or- </p>
<p>/etc/my.cnf:<br />
[mysqld]<br />
socket=/var/mysql/mysql.sock</p>
<p>-or, better yet-</p>
<p>/etc/my.cnf:<br />
[client]<br />
socket=/tmp/mysql.sock</p>
<p>-or, better still-<br />
/etc/my.cnf:<br />
[mysqld]<br />
socket=/Users/jeff/Desktop/mysql.sock</p>
<p>[client]<br />
socket=/Users/jeff/Desktop/mysql.sock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Lewis</title>
		<link>http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/comment-page-1/#comment-4401</link>
		<dc:creator>Aaron Lewis</dc:creator>
		<pubDate>Thu, 29 Jun 2006 23:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://ldopa.net/2006/06/29/fixing-mysql-in-mac-os-x-1044-and-higher/#comment-4401</guid>
		<description>(Homer Simpson voice )
Mmmmm....symbolic links....
(Home Simpson voice )

Now write a script that checks to see if the socket file has been moved and does the linking for you.

OR, maybe you should stop and think about how the Gods at Apple might have had a good reason to move it? Maybe you&#039;re using it the WRONG way! I mean, it&#039;s not like they could have made a mistake, right?</description>
		<content:encoded><![CDATA[<p>(Homer Simpson voice )<br />
Mmmmm&#8230;.symbolic links&#8230;.<br />
(Home Simpson voice )</p>
<p>Now write a script that checks to see if the socket file has been moved and does the linking for you.</p>
<p>OR, maybe you should stop and think about how the Gods at Apple might have had a good reason to move it? Maybe you&#8217;re using it the WRONG way! I mean, it&#8217;s not like they could have made a mistake, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

