<?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: How to install phpMyAdmin &#8211; 2.11.3 on CentOS 5.</title>
	<atom:link href="http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/</link>
	<description>If you lose yourself, you lose everything. -- Michael Scofield</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:13:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Saylee</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-862</link>
		<dc:creator>Saylee</dc:creator>
		<pubDate>Sat, 28 Jan 2012 05:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-862</guid>
		<description>It works,
Thank you for sharing
:)</description>
		<content:encoded><![CDATA[<p>It works,<br />
Thank you for sharing<br />
 <img src='http://www.aoddy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I is happy</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-743</link>
		<dc:creator>I is happy</dc:creator>
		<pubDate>Tue, 23 Aug 2011 11:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-743</guid>
		<description>Cheers did the trick for me on CENTOS6. Bookmarked.</description>
		<content:encoded><![CDATA[<p>Cheers did the trick for me on CENTOS6. Bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lam</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-741</link>
		<dc:creator>lam</dc:creator>
		<pubDate>Tue, 16 Aug 2011 14:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-741</guid>
		<description>i already configed bit it show You don&#039;t have permission to access /phpmyadmin on this server.
Apache/2.2.15 (CentOS) Server at localhost Port 80
please help me 
thank!</description>
		<content:encoded><![CDATA[<p>i already configed bit it show You don&#8217;t have permission to access /phpmyadmin on this server.<br />
Apache/2.2.15 (CentOS) Server at localhost Port 80<br />
please help me<br />
thank!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lam</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-740</link>
		<dc:creator>lam</dc:creator>
		<pubDate>Tue, 16 Aug 2011 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-740</guid>
		<description>i alrelly configed but it show You don&#039;t have permission to access /phpmyadmin on this server.
Apache/2.2.15 (CentOS) Server at localhost Port 80 
please help me</description>
		<content:encoded><![CDATA[<p>i alrelly configed but it show You don&#8217;t have permission to access /phpmyadmin on this server.<br />
Apache/2.2.15 (CentOS) Server at localhost Port 80<br />
please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indowaras</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-677</link>
		<dc:creator>indowaras</dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-677</guid>
		<description>if you want to use for centos 4.6 you must use phpMyAdmin 2.11.11.3

1. Open /etc/httpd/conf/httpd.conf and include this line on last :
Include /etc/httpd/conf/phpmyadmin.conf

2. Make file  /etc/httpd/conf/phpmyadmin.conf :


Alias /phpmyadmin /var/www/phpmyadmin


   Options None
   Order allow,deny
   allow from all


3. ektrack phpMyAdmin 2.11.11.3 on /var/www/ and rename file to phpmyadmin

3. service httpd restart

Done try browse http://youdomain.com/phpmyadmin

thanks</description>
		<content:encoded><![CDATA[<p>if you want to use for centos 4.6 you must use phpMyAdmin 2.11.11.3</p>
<p>1. Open /etc/httpd/conf/httpd.conf and include this line on last :<br />
Include /etc/httpd/conf/phpmyadmin.conf</p>
<p>2. Make file  /etc/httpd/conf/phpmyadmin.conf :</p>
<p>Alias /phpmyadmin /var/www/phpmyadmin</p>
<p>   Options None<br />
   Order allow,deny<br />
   allow from all</p>
<p>3. ektrack phpMyAdmin 2.11.11.3 on /var/www/ and rename file to phpmyadmin</p>
<p>3. service httpd restart</p>
<p>Done try browse <a href="http://youdomain.com/phpmyadmin" rel="nofollow">http://youdomain.com/phpmyadmin</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanny</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-651</link>
		<dc:creator>Hanny</dc:creator>
		<pubDate>Tue, 31 May 2011 02:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-651</guid>
		<description>got the same problem</description>
		<content:encoded><![CDATA[<p>got the same problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: โมนาวี</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-622</link>
		<dc:creator>โมนาวี</dc:creator>
		<pubDate>Mon, 16 May 2011 20:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-622</guid>
		<description>It&#039;s work, thanks for share.</description>
		<content:encoded><![CDATA[<p>It&#8217;s work, thanks for share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-600</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sat, 26 Mar 2011 01:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-600</guid>
		<description>&lt;a href=&quot;http://techblog.cfbangor.com&quot; rel=&quot;nofollow&quot;&gt;http://techblog.cfbangor.com&lt;/a&gt;

Thanks a lot, this was very helpful.</description>
		<content:encoded><![CDATA[<p><a href="http://techblog.cfbangor.com" rel="nofollow">http://techblog.cfbangor.com</a></p>
<p>Thanks a lot, this was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-599</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sat, 26 Mar 2011 01:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-599</guid>
		<description>Thanks a lot, this was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/comment-page-1/#comment-554</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Sat, 13 Mar 2010 07:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/#comment-554</guid>
		<description>i can&#039;t access phpmyadmin,hv some error&quot;forbidden&quot;
you dont have permission to access/phpmyadmin on this server</description>
		<content:encoded><![CDATA[<p>i can&#8217;t access phpmyadmin,hv some error&#8221;forbidden&#8221;<br />
you dont have permission to access/phpmyadmin on this server</p>
]]></content:encoded>
	</item>
</channel>
</rss>

