<?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: When MySQL servers go weird</title>
	<atom:link href="http://www.myrant.net/2010/02/12/when-mysql-servers-go-weird/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myrant.net/2010/02/12/when-mysql-servers-go-weird/</link>
	<description></description>
	<lastBuildDate>Wed, 14 Dec 2011 13:19:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Iain</title>
		<link>http://www.myrant.net/2010/02/12/when-mysql-servers-go-weird/comment-page-1/#comment-34</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.myrant.net/?p=40#comment-34</guid>
		<description>Indeed, all of my research pointed at not using PASSWORD() for storing passwords.
I think this will be addressed in the next development cycle for the client.

(just like to point out that I&#039;m supporting an existing system...)

Out of interest, restarting mysqld made no difference.
But restarting the whole machine fixed it.</description>
		<content:encoded><![CDATA[<p>Indeed, all of my research pointed at not using PASSWORD() for storing passwords.<br />
I think this will be addressed in the next development cycle for the client.</p>
<p>(just like to point out that I&#8217;m supporting an existing system&#8230;)</p>
<p>Out of interest, restarting mysqld made no difference.<br />
But restarting the whole machine fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Precious</title>
		<link>http://www.myrant.net/2010/02/12/when-mysql-servers-go-weird/comment-page-1/#comment-33</link>
		<dc:creator>David Precious</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.myrant.net/?p=40#comment-33</guid>
		<description>Hmm, I&#039;m not sure what would cause password() to suddenly return different results, but the &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html#function_password&quot; rel=&quot;nofollow&quot;&gt;MySQL documentation for password()&lt;/a&gt; does state:

&lt;blockquote&gt;
The PASSWORD() function is used by the authentication system in MySQL Server; you should not use it in your own applications. For that purpose, consider MD5() or SHA1() instead
&lt;/blockquote&gt;

Are the versions of MySQL in use on the dev and live environments exactly identical?</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m not sure what would cause password() to suddenly return different results, but the <a href="http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html#function_password" rel="nofollow">MySQL documentation for password()</a> does state:</p>
<blockquote><p>
The PASSWORD() function is used by the authentication system in MySQL Server; you should not use it in your own applications. For that purpose, consider MD5() or SHA1() instead
</p></blockquote>
<p>Are the versions of MySQL in use on the dev and live environments exactly identical?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

