<?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>itlivewire dev blog &#187; snow leopard</title>
	<atom:link href="http://itlivewire.com/devblog/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlivewire.com/devblog</link>
	<description>Just another web development blog...</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:55:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP 5.3 on Snow Leopard with mysqlnd</title>
		<link>http://itlivewire.com/devblog/2009/11/26/php-5-3-on-snow-leopard-with-mysqlnd/</link>
		<comments>http://itlivewire.com/devblog/2009/11/26/php-5-3-on-snow-leopard-with-mysqlnd/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:03:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mysqlnd]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=189</guid>
		<description><![CDATA[On snow leopard the bundled version of PHP installed is 5.3 And it&#8217;s new PHP mysql driver is mysqlnd not the old one (ext/mysql) This might cause the following error: mysqlnd cannot connect to MySQL 4.1+ using old authentication Solution: type in mysql SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd'); Findings: Because mysqlnd has a bigger [...]]]></description>
			<content:encoded><![CDATA[<p>On snow leopard the bundled version of PHP installed is 5.3 And it&#8217;s new PHP mysql driver is mysqlnd not the old one (ext/mysql)</p>
<p>This might cause the following error:<br />
<strong>mysqlnd cannot connect to MySQL 4.1+ using old authentication</strong></p>
<p><strong>Solution:</strong><br />
type in mysql</p>
<pre class="brush: sql;">SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');</pre>
<p><strong>Findings:</strong><br />
Because mysqlnd has a bigger password hash it will not be compatible anymore with the password written beforehand.</p>
<p>Ref:<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/old-client.html">http://dev.mysql.com/doc/refman/5.1/en/old-client.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/11/26/php-5-3-on-snow-leopard-with-mysqlnd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

