<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CL-網站架設</title>
<link>http://blog.roodo.com/opensystem/archives/cat_226273.html</link>
<description>從左邊看世界...</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/opensystem/archives/cat_226273.xml" rel="self" type="application/rss+xml" />
<item>
	<title>MySQL 4.1 及其後版本驗證協議使用的密碼哈希算法與老的客戶端不兼容</title>
	<description><![CDATA[
			關於MySQL 4.1 MySQL 4.1 及其後版本驗證協議使用的密碼哈希算法與老的客戶端不兼容。如果升級到4.1以後使用一個老的客戶端連接就會提示信息： Client does not support authentication protocol requested by server; consider upgrading MySQL client 還好MySQL還給出了兼容老客戶端的解決方法： 首先登錄進shell, 執行 mysql -u root -p 輸入user的密碼登入。(mysql客戶端已經是新版了可以登入) 然後執行: SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('password'); 把user, host(通常都是localhost), password替換成你的，以後再使用PHPMyAdmin也就能正常使用了 
		]]>
	</description>
	<content:encoded><![CDATA[
			<span class="postbody">關於MySQL 4.1 <br /><br />MySQL 4.1 及其後版本驗證協議使用的密碼哈希算法與老的客戶端不兼容。如果升級到4.1以後使用一個老的客戶端連接就會提示信息： <br />Client does not support authentication protocol requested <br />by server; consider upgrading MySQL client <br />還好MySQL還給出了兼容老客戶端的解決方法： <br />首先登錄進shell, 執行 <br />mysql -u root -p <br />輸入user的密碼登入。(mysql客戶端已經是新版了可以登入) <br />然後執行: <br />SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('password'); <br />把user, host(通常都是localhost), password替換成你的，以後再使用PHPMyAdmin也就能正常使用了</span> 
		<a class="acontinues" href="http://blog.roodo.com/opensystem/archives/427021.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/opensystem/archives/427021.html</link>
	<guid>http://blog.roodo.com/opensystem/archives/427021.html</guid>
	<category>網站架設</category>
	<pubDate>Tue, 30 Aug 2005 01:24:38 +0800</pubDate>
</item>
</channel>
</rss>