<?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>癫狂蚊子的痴狂世界 &#187; phpmyadmin</title>
	<atom:link href="http://www.askgame.com.cn/index.php/game/tag/phpmyadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askgame.com.cn</link>
	<description>一切对我而言都是游戏! Everything is Game!</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:58:50 +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>phpmyadmin的配置方法</title>
		<link>http://www.askgame.com.cn/index.php/game/122</link>
		<comments>http://www.askgame.com.cn/index.php/game/122#comments</comments>
		<pubDate>Mon, 23 Feb 2009 05:47:04 +0000</pubDate>
		<dc:creator>癫狂蚊子</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.askgame.com.cn/?p=122</guid>
		<description><![CDATA[一直用的是MYSQL的命令行来管理的数据库，用起来简单方便，最近办公室要搞PHP，看见同事在用PHPMYADMIN，我机子中一直是有这个软件的，只是一直没的去配置，今天搞了一下，配置方法如下： 在IIS的默认站点中建立虚拟目录，目录地址指向向PHPMYADMIN的文件目录。 在PHPMYADMIN目录中查找libraries目录，打开里面的cconfig.default.php文件 修改$cfg['PmaAbsoluteUri'] = ”;这里填写phpmyadmin的访问网址，如http://localhost/phpmyadmin 修改mysql主机信息 $cfg['Servers'][$i]['host'] = &#8216;localhost&#8217;;?MYSQL地址，一般为localhost 填写mysql用户名及密码 $cfg['Servers'][$i]['user'] = &#8216;root&#8217;;? //填写mysql用户名,一般为root $cfg['Servers'][$i]['password'] = &#8216;sgagame&#8217;;//填写mysql密码 选择认证方法 $cfg['Servers'][$i]['auth_type'] = &#8216;config&#8217;; //有四种方式可以选择:cookie，http，HTTP(针对Apache)，config,我选择的是config,因为是在本机测试,安全方面不用考虑,一般选cookie,特别是在服务器中 如认证方式选择cookie,还需要设置$cfg['blowfish_secret'] = ”;随意填写，不留空即可 测试下，应该成功鸟]]></description>
		<wfw:commentRss>http://www.askgame.com.cn/index.php/game/122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

