<?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: CakePHP Shell Not Seeing MySQL with MAMP Pro MAC</title>
	<atom:link href="http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/</link>
	<description>how much blog can blogchuck blog</description>
	<lastBuildDate>Fri, 16 Sep 2011 03:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mac+XAMPP?bake??????????</title>
		<link>http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/comment-page-1/#comment-301</link>
		<dc:creator>Mac+XAMPP?bake??????????</dc:creator>
		<pubDate>Sun, 27 Feb 2011 06:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=344#comment-301</guid>
		<description>[...] CakePHP Shell Not Seeing MySQL with MAMP Pro MAC         If you enjoyed this article, please consider sharing it!            &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] CakePHP Shell Not Seeing MySQL with MAMP Pro MAC         If you enjoyed this article, please consider sharing it!            &nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris.brinker</title>
		<link>http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/comment-page-1/#comment-296</link>
		<dc:creator>chris.brinker</dc:creator>
		<pubDate>Sun, 03 Oct 2010 00:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=344#comment-296</guid>
		<description>Another solution to this issue is to specify the port explicitly within the cakephp config/database.php file:

class DATABASE_CONFIG {
  var $default = array(
    &#039;driver&#039; =&gt; &#039;mysql&#039;,
    ... cut ...
    &#039;port&#039; =&gt; &#039;/Applications/MAMP/tmp/mysql/mysql.sock&#039;,
  };
}</description>
		<content:encoded><![CDATA[<p>Another solution to this issue is to specify the port explicitly within the cakephp config/database.php file:</p>
<p>class DATABASE_CONFIG {<br />
  var $default = array(<br />
    &#8216;driver&#8217; =&gt; &#8216;mysql&#8217;,<br />
    &#8230; cut &#8230;<br />
    &#8216;port&#8217; =&gt; &#8216;/Applications/MAMP/tmp/mysql/mysql.sock&#8217;,<br />
  };<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Burgess</title>
		<link>http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/comment-page-1/#comment-290</link>
		<dc:creator>Chuck Burgess</dc:creator>
		<pubDate>Wed, 08 Sep 2010 03:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=344#comment-290</guid>
		<description>dmark84, thanks for the update. Another solution is always welcome.</description>
		<content:encoded><![CDATA[<p>dmark84, thanks for the update. Another solution is always welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmark84</title>
		<link>http://blogchuck.com/2010/07/cakephp-shell-not-seeing-mysql-with-mamp-pro-mac/comment-page-1/#comment-289</link>
		<dc:creator>dmark84</dc:creator>
		<pubDate>Wed, 08 Sep 2010 01:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogchuck.com/?p=344#comment-289</guid>
		<description>I&#039;m running CakePHP 1.3.3, MAMP 1.9.1, and Snow Leopard 10.6.4, and my CakePHP Console was looking for the MySQL socket in:

/var/mysql/mysql.sock

After I created a symbolic link to my MAMP MySQL socket there, it worked fine.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running CakePHP 1.3.3, MAMP 1.9.1, and Snow Leopard 10.6.4, and my CakePHP Console was looking for the MySQL socket in:</p>
<p>/var/mysql/mysql.sock</p>
<p>After I created a symbolic link to my MAMP MySQL socket there, it worked fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

