<?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 sock issue when using PHP on Snow Leopard</title>
	<atom:link href="http://blog.bisna.com/2011/04/fixing-mysql-sock-issue-when-using-php-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bisna.com/2011/04/fixing-mysql-sock-issue-when-using-php-on-snow-leopard/</link>
	<description>Blog of Guilherme Blanco</description>
	<lastBuildDate>Wed, 15 Feb 2012 01:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dmitry Belyakov</title>
		<link>http://blog.bisna.com/2011/04/fixing-mysql-sock-issue-when-using-php-on-snow-leopard/#comment-84</link>
		<dc:creator>Dmitry Belyakov</dc:creator>
		<pubDate>Sat, 30 Apr 2011 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=26#comment-84</guid>
		<description>Hi, Guilherme.

First of all I want to thank you for your Bisna ZendFramework+Doctrine integration library. Some time ago I&#039;ve struggled with the same issue with ZendServer storing mysql socket in it&#039;s own directory and did just the same as you suggest #ln -s ... 

But the problem was that I needed to do this each time I reboot (wich was getting a bit annoying), so a better approach may be to configure mysql to store the socket where it needs to be. This can be done in my.cnf with :

[mysqld]
socket= /tmp/mysql.sock  #(or whatever)

Hope that was to the point of your post.
Dmitry.</description>
		<content:encoded><![CDATA[<p>Hi, Guilherme.</p>
<p>First of all I want to thank you for your Bisna ZendFramework+Doctrine integration library. Some time ago I&#8217;ve struggled with the same issue with ZendServer storing mysql socket in it&#8217;s own directory and did just the same as you suggest #ln -s &#8230; </p>
<p>But the problem was that I needed to do this each time I reboot (wich was getting a bit annoying), so a better approach may be to configure mysql to store the socket where it needs to be. This can be done in my.cnf with :</p>
<p>[mysqld]<br />
socket= /tmp/mysql.sock  #(or whatever)</p>
<p>Hope that was to the point of your post.<br />
Dmitry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

