<?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: Tutorial : Installing Apache 2.2.11, PHP 5.3, MySQL 5.1.36 &amp; PhpMyAdmin 3.2 in Windows 7/Vista/XP</title>
	<atom:link href="http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/</link>
	<description>Resource site for all your web development needs. Also features SEO, blogging, Wordpress Customizations</description>
	<lastBuildDate>Mon, 05 Jul 2010 22:26:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=5705</generator>
	<item>
		<title>By: Herman</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-349</link>
		<dc:creator>Herman</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-349</guid>
		<description>Sorry, 
Using httpd-2.2.15-win32-x86-no_ssl and php-5.3.2-Win32-VC6-x86.zip. At this point I&#039;m not doing anything with MySQL. </description>
		<content:encoded><![CDATA[<p>Sorry,<br />
Using httpd-2.2.15-win32-x86-no_ssl and php-5.3.2-Win32-VC6-x86.zip. At this point I&#039;m not doing anything with MySQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Wadler</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-348</link>
		<dc:creator>Herman Wadler</dc:creator>
		<pubDate>Sun, 04 Jul 2010 19:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-348</guid>
		<description>The tutorial works. I changed the dir for my files to C:\htdocs. http://localhost/ shows
my php screen.
Dreamweaver CS5 doesn&#039;t like the virtual server. Live View show error server not found and
the browser says &quot;NetError Page&quot;.
How do I set up my server non-virtual? Nothing seems to work (except this tutorial) and
can&#039;t find help on the web.
Using mysql-workbench-gpl-5.2.25-win32.msi and php-5.3.2-Win32-VC6-x86.zip</description>
		<content:encoded><![CDATA[<p>The tutorial works. I changed the dir for my files to C:\htdocs. <a href="http://localhost/" rel="nofollow">http://localhost/</a> shows<br />
my php screen.<br />
Dreamweaver CS5 doesn&#8217;t like the virtual server. Live View show error server not found and<br />
the browser says &#8220;NetError Page&#8221;.<br />
How do I set up my server non-virtual? Nothing seems to work (except this tutorial) and<br />
can&#8217;t find help on the web.<br />
Using mysql-workbench-gpl-5.2.25-win32.msi and php-5.3.2-Win32-VC6-x86.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julius</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-346</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-346</guid>
		<description>HiStuart, 
I found the solution, is the server ip address and port number as seen below, is what you should use in the connection. It works 
 
&lt;?php 
// we connect to localhost at port 3306 
$link = mysql_connect(&#039;127.0.0.1:3306&#039;, &#039;mysql_user&#039;, &#039;mysql_password&#039;); 
if (!$link) { 
    die(&#039;Could not connect: &#039; . mysql_error()); 
} 
echo &#039;Connected successfully&#039;; 
mysql_close($link); 
?&gt; </description>
		<content:encoded><![CDATA[<p>HiStuart,<br />
I found the solution, is the server ip address and port number as seen below, is what you should use in the connection. It works </p>
<p>&lt;?php<br />
// we connect to localhost at port 3306<br />
$link = mysql_connect(&#039;127.0.0.1:3306&#039;, &#039;mysql_user&#039;, &#039;mysql_password&#039;);<br />
if (!$link) {<br />
    die(&#039;Could not connect: &#039; . mysql_error());<br />
}<br />
echo &#039;Connected successfully&#039;;<br />
mysql_close($link);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julius</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-345</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-345</guid>
		<description>Hi Stuart, 
 
I have similar problem, if you do get the solution ,can you please post it here. 
 
 
Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2 
 
Warning: mysql_connect() [function.mysql-connect]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2 
 
Fatal error: Maximum execution time of 30 seconds exceeded in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2 
 </description>
		<content:encoded><![CDATA[<p>Hi Stuart, </p>
<p>I have similar problem, if you do get the solution ,can you please post it here. </p>
<p>Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2 </p>
<p>Warning: mysql_connect() [function.mysql-connect]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2 </p>
<p>Fatal error: Maximum execution time of 30 seconds exceeded in C:serverwwwmyserver.devpublic_htmlmysqltest.php on line 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-343</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-343</guid>
		<description>I originally used these same tutorials to download and install Apache 2.2.9, mySQL 5.0.67, php 5.2.6 and phpMyadmin 2.11.9 
 
I recently upgraded the php to php 5.3 and have hit problems - basically when I run a script which issues a mysql_connect() or @mysqli_connect command it fails with the error:  
 
Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:Serverwwwmyserver.devpublic_htmlpost_message.php  on line 17 
 
My questions are: 
 
1.  should I be using the most recent versions of Apache and My SQL in conjunction with php 5.3? 
2.  can I simply overwrite the existing installed versions or do I have to uninstall and then re-install? 
3.  crucially -  will my doing all this resolve the problem I have just reported?  
 
I look forward to reading any helpful comments that people can offer. 
 
Stuart 
 
 </description>
		<content:encoded><![CDATA[<p>I originally used these same tutorials to download and install Apache 2.2.9, mySQL 5.0.67, php 5.2.6 and phpMyadmin 2.11.9 </p>
<p>I recently upgraded the php to php 5.3 and have hit problems &#8211; basically when I run a script which issues a mysql_connect() or @mysqli_connect command it fails with the error:  </p>
<p>Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:Serverwwwmyserver.devpublic_htmlpost_message.php  on line 17 </p>
<p>My questions are: </p>
<p>1.  should I be using the most recent versions of Apache and My SQL in conjunction with php 5.3?<br />
2.  can I simply overwrite the existing installed versions or do I have to uninstall and then re-install?<br />
3.  crucially &#8211;  will my doing all this resolve the problem I have just reported?  </p>
<p>I look forward to reading any helpful comments that people can offer. </p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: REZ</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-342</link>
		<dc:creator>REZ</dc:creator>
		<pubDate>Thu, 24 Jun 2010 13:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-342</guid>
		<description>PHPMyAdmin problem - look at Step 2 Edit 1. 
 
Did you make the change but forget to uncomment the line for the extension directory in php.ini? None of the tutorials mention it explicitly, but it would be a very simple and hard to find mistake to make... </description>
		<content:encoded><![CDATA[<p>PHPMyAdmin problem &#8211; look at Step 2 Edit 1. </p>
<p>Did you make the change but forget to uncomment the line for the extension directory in php.ini? None of the tutorials mention it explicitly, but it would be a very simple and hard to find mistake to make&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: horus</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-340</link>
		<dc:creator>horus</dc:creator>
		<pubDate>Tue, 22 Jun 2010 16:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-340</guid>
		<description>Thanks a lot.. works for Apache 2.2.15, PHP 5.3.2, MySql 5.1.48, Phpmyadmin 3.3.3 also.. windows 7 </description>
		<content:encoded><![CDATA[<p>Thanks a lot.. works for Apache 2.2.15, PHP 5.3.2, MySql 5.1.48, Phpmyadmin 3.3.3 also.. windows 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaan</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-331</link>
		<dc:creator>shaan</dc:creator>
		<pubDate>Sun, 06 Jun 2010 13:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-331</guid>
		<description>thanks a lot 
You people realy done a great job............... 
I m very thankful to you all  
but i am facing aproblem 
i have installed and configure php,mysql and apache succesfully 
but when ever i place php files in the directory    
C:serverwwwmyserver.devpublic_html 
and try to open it in the browser the whole code is seen in place of desried result 
i am very pleased if u people please help me out </description>
		<content:encoded><![CDATA[<p>thanks a lot<br />
You people realy done a great job&#8230;&#8230;&#8230;&#8230;&#8230;<br />
I m very thankful to you all<br />
but i am facing aproblem<br />
i have installed and configure php,mysql and apache succesfully<br />
but when ever i place php files in the directory<br />
C:serverwwwmyserver.devpublic_html<br />
and try to open it in the browser the whole code is seen in place of desried result<br />
i am very pleased if u people please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-330</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sun, 06 Jun 2010 10:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-330</guid>
		<description>I have the same error with that file, any solution? </description>
		<content:encoded><![CDATA[<p>I have the same error with that file, any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NadiaHean</title>
		<link>http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/#comment-329</link>
		<dc:creator>NadiaHean</dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=224#comment-329</guid>
		<description>thanks for all, it&#039;s great </description>
		<content:encoded><![CDATA[<p>thanks for all, it&#039;s great</p>
]]></content:encoded>
	</item>
</channel>
</rss>
