<?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 Do I Configure Mysql To Work With The Apache 2 Server And Php On My Computer?</title>
	<atom:link href="http://www.spiderphp.com/uncategorized/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spiderphp.com/uncategorized/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 28 Feb 2010 19:00:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jdorndog</title>
		<link>http://www.spiderphp.com/uncategorized/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html/comment-page-1#comment-489</link>
		<dc:creator>jdorndog</dc:creator>
		<pubDate>Sun, 05 Jul 2009 11:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/faq/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html#comment-489</guid>
		<description>First of all, create a test PHP page that has the following code:
&lt;?php
phpinfo();
?&gt;
Open this and see if mysql is listed somewhere.
If it is, then php and mysql are working.  You just need to connect to the database.
If it isn&#039;t, then you need to edit the php.ini file.  Go the the bottom of the file and add the line
extension=php_mysql.dll
Then restart apache.
If that doesn&#039;t work, I would install PHP again from scratch following the tutorial on http://www.php-mysql-tutorial.com/</description>
		<content:encoded><![CDATA[<p>First of all, create a test PHP page that has the following code:<br />
< ?php<br />
phpinfo();<br />
?><br />
Open this and see if mysql is listed somewhere.<br />
If it is, then php and mysql are working.  You just need to connect to the database.<br />
If it isn&#8217;t, then you need to edit the php.ini file.  Go the the bottom of the file and add the line<br />
extension=php_mysql.dll<br />
Then restart apache.<br />
If that doesn&#8217;t work, I would install PHP again from scratch following the tutorial on <a href="http://www.php-mysql-tutorial.com/" rel="nofollow">http://www.php-mysql-tutorial.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher S</title>
		<link>http://www.spiderphp.com/uncategorized/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html/comment-page-1#comment-488</link>
		<dc:creator>Christopher S</dc:creator>
		<pubDate>Sun, 05 Jul 2009 08:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/faq/how-do-i-configure-mysql-to-work-with-the-apache-2-server-and-php-on-my-computer.html#comment-488</guid>
		<description>You will have to recompile php using the --with-mysql flag.
Check the php documentation for more details.</description>
		<content:encoded><![CDATA[<p>You will have to recompile php using the &#8211;with-mysql flag.<br />
Check the php documentation for more details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
