<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>philpalmieri &#187; mysql</title>
	<atom:link href="http://philpalmieri.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://philpalmieri.com</link>
	<description>php, codeigniter, mysql, jquery, as3 &#38; flex</description>
	<lastBuildDate>Sat, 03 Apr 2010 04:51:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Snow Leopard / MAMP Pro mySQL woes</title>
		<link>http://philpalmieri.com/2009/09/snow-leopard-mamp-pro-mysql-woes/</link>
		<comments>http://philpalmieri.com/2009/09/snow-leopard-mamp-pro-mysql-woes/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 03:23:46 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://philpalmieri.com/?p=144</guid>
		<description><![CDATA[After wiping my computer and installing 10.6 from scratch, my local php/mysql would not work at all.  The biggest problem was that I was receiving an error when trying to connect to mySQL &#8220;Lost connection to MySQL server at &#8216;reading initial communication packet&#8217;, system error: 61&#8243;. It turns our that in MAMP Pro 1.8, they [...]]]></description>
			<content:encoded><![CDATA[<p>After wiping my computer and installing 10.6 from scratch, my local php/mysql would not work at all.  The biggest problem was that I was receiving an error when trying to connect to mySQL &#8220;Lost connection to MySQL server at &#8216;reading initial communication packet&#8217;, system error: 61&#8243;.</p>
<p>It turns our that in MAMP Pro 1.8, they left out the local bind-address declaration, which for some reason freaks out the default PHP/Apache setup.</p>
<p>So, if you are running Snow Leopard and MAMP Pro and can&#8217;t connect to your mySQL, it&#8217;s an easy fix.  In MAMP Pro edit your my.cnf template (File &gt; Edit Template) .  Add this line somewhere after the &#8220;[mysqld]&#8221; declaration (and reload) &#8211; Everything should be good.</p>
<blockquote><p>bind-address = 127.0.0.1</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://philpalmieri.com/2009/09/snow-leopard-mamp-pro-mysql-woes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
