<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[phpMyAdmin]Cannot start session without errors, please check errors]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 05 Aug 2008 04:19:26 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	新的空间没有phpMyAdmin，只好自己装一个。上传后不会配置，在网上搜索了一下方法，可是按照别人说的去配置后就会出现"#1045 - Access denied for user 'root'@'localhost' (using password: NO)"这样的情况，自己摸索一阵，于是发现正确进入phpMyAdmin的修改很简单：只需修改$cfg['blowfish_secret'] = '';<br/>&nbsp;&nbsp;<br/>配置方法：<br/>1、下载phpMyAdmin后，解压，把里面的config.sample.inc.php文件重命名为config.inc.php<br/>2、修改config.inc.php：找到$cfg['blowfish_secret'] = '';在''间填入任意数字和字母就ok了，其他的什么也不用改。因为里面的注释已经说的很清楚了“这是需要cookie的认证加密密码，你必须填补这个cookie的认证！”<br/><br/>我是直接修改libraries目录下的config.default.php（我是在这儿配置数据库链接信息的）：<br/>libraries目录下修改： vi config.default.php，找到$cfg['blowfish_secret'] = '';在''间填入任意数字和字母就ok了！
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [phpMyAdmin]Cannot start session without errors, please check errors]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>