<?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>88plug &#187; script error</title>
	<atom:link href="http://88plug.com/tag/script-error/feed" rel="self" type="application/rss+xml" />
	<link>http://88plug.com</link>
	<description>paris / new york / san francisco</description>
	<lastBuildDate>Thu, 17 May 2012 17:30:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cannot connect to MySQL: Client does not support authentication protocol requested by server</title>
		<link>http://88plug.com/cannot-connect-to-mysql-client-does-not-support-authentication-protocol-requested-by-server</link>
		<comments>http://88plug.com/cannot-connect-to-mysql-client-does-not-support-authentication-protocol-requested-by-server#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sample Work]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script error]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=215</guid>
		<description><![CDATA[Fix a common MySQL problem.]]></description>
			<content:encoded><![CDATA[<p>I ran into a problem on a client site running cPanel.  One our our web apps was spitting out the following error:</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Script Error<br />
Cannot connect to MySQL: Client does not support authentication protocol requested by server; consider upgrading MySQL client</div></td></tr></tbody></table></div>
<p>A quick Google search returned the fix : <a href="http://geekswithblogs.net/TimH/archive/2005/10/31/58591.aspx">http://geekswithblogs.net/TimH/archive/2005/10/31/58591.aspx</a></p>
<p>From inside MYSQL, Run the following on the affected DB:</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET PASSWORD FOR user@localhost = OLD_PASSWORD('replacemepasswd');</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://88plug.com/cannot-connect-to-mysql-client-does-not-support-authentication-protocol-requested-by-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

