<?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: Install MySQL on IIS7 Server 2008</title>
	<atom:link href="http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/</link>
	<description>Free Computer Training &#38; News Brought To You By Train Signal</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:38:48 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joomla + MySql + IIS 7 en Windows Vista &#124; Guerratopia</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-87600</link>
		<dc:creator>Joomla + MySql + IIS 7 en Windows Vista &#124; Guerratopia</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-87600</guid>
		<description>[...] Instalar MySQL en IIS7 [...]</description>
		<content:encoded><![CDATA[<p>[...] Instalar MySQL en IIS7 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-84813</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-84813</guid>
		<description>Problem finally solved. I uninstalled PHP3 and installed:

php-5.2.13-nts-win32-installer.msi


And it works finally! It seems that I am running into new problems, since the .css files won&#039;t be loaded and the website is pointing to localhost instead of 192.x.x.x but this shouldn&#039;t be a big problem.

Good luck everyone!</description>
		<content:encoded><![CDATA[<p>Problem finally solved. I uninstalled PHP3 and installed:</p>
<p>php-5.2.13-nts-win32-installer.msi</p>
<p>And it works finally! It seems that I am running into new problems, since the .css files won&#8217;t be loaded and the website is pointing to localhost instead of 192.x.x.x but this shouldn&#8217;t be a big problem.</p>
<p>Good luck everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-84803</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-84803</guid>
		<description>Huub, Jason, John,

Exact same problem here. Same configuration as well. All seems to work (php, iis7, cgi) and I get to phpmyadmin logon screen.

Logon with &#039;root&#039; and password, wait 25 seconds: error 500.

If you have any idea, please respond.

Thank you.</description>
		<content:encoded><![CDATA[<p>Huub, Jason, John,</p>
<p>Exact same problem here. Same configuration as well. All seems to work (php, iis7, cgi) and I get to phpmyadmin logon screen.</p>
<p>Logon with &#8216;root&#8217; and password, wait 25 seconds: error 500.</p>
<p>If you have any idea, please respond.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-84464</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-84464</guid>
		<description>Huub and Jason, I am running into the exact same problem that yall are having (or had).  Right down to the phpmyadmin log in page.  Did yall solve this problem?  Any help would be great!

~John</description>
		<content:encoded><![CDATA[<p>Huub and Jason, I am running into the exact same problem that yall are having (or had).  Right down to the phpmyadmin log in page.  Did yall solve this problem?  Any help would be great!</p>
<p>~John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huub</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-79186</link>
		<dc:creator>Huub</dc:creator>
		<pubDate>Wed, 23 Dec 2009 18:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-79186</guid>
		<description>The script was added too literally. Here it is again, hope this will work.


$conn = mysql_connect(&#039;localhost&#039;, &#039;root&#039;, &#039;here is the root password&#039;);

if (!$conn) print(&quot;connection to mysql not successful&quot;);
 else print(&quot;connection to mysql successful!!&quot;);</description>
		<content:encoded><![CDATA[<p>The script was added too literally. Here it is again, hope this will work.</p>
<p>$conn = mysql_connect(&#8217;localhost&#8217;, &#8216;root&#8217;, &#8216;here is the root password&#8217;);</p>
<p>if (!$conn) print(&#8221;connection to mysql not successful&#8221;);<br />
 else print(&#8221;connection to mysql successful!!&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huub</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-79184</link>
		<dc:creator>Huub</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-79184</guid>
		<description>Like Jason, same for me.
I installed php and mysql following the guides (thanks for posting them!) and after also installing phpmyadmin (following the steps in that training too) I get an 500 error, error code 0x00000000. Running phpmyadmin from the browser opens the username/password page but after submitting that (and waiting a while) the 500 error turns up.

I also created a short script using:



but also this script does not run. I can run mysql from the command line using root and the password and that seems to work well. Also php code without mysql access runs fine.  So somehow php and mysql don&#039;t talk to each other very well.

Does anybody has a clue for this, I am already working days on this issue. Thanks.

(Windows Server 2008, IIS 7, mysql essential 5.1.41 win32.msi, php 5.3.1. nts win32 vc9 x86.msi)</description>
		<content:encoded><![CDATA[<p>Like Jason, same for me.<br />
I installed php and mysql following the guides (thanks for posting them!) and after also installing phpmyadmin (following the steps in that training too) I get an 500 error, error code 0&#215;00000000. Running phpmyadmin from the browser opens the username/password page but after submitting that (and waiting a while) the 500 error turns up.</p>
<p>I also created a short script using:</p>
<p>but also this script does not run. I can run mysql from the command line using root and the password and that seems to work well. Also php code without mysql access runs fine.  So somehow php and mysql don&#8217;t talk to each other very well.</p>
<p>Does anybody has a clue for this, I am already working days on this issue. Thanks.</p>
<p>(Windows Server 2008, IIS 7, mysql essential 5.1.41 win32.msi, php 5.3.1. nts win32 vc9 x86.msi)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-78043</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-78043</guid>
		<description>You should maybe have a step to verify the install like create a quick database. i am stuck somewhere between this and installing phpmyadmin. I can get it all set up when when I try to log in to phpmyadmin as root I get a http error 500.0</description>
		<content:encoded><![CDATA[<p>You should maybe have a step to verify the install like create a quick database. i am stuck somewhere between this and installing phpmyadmin. I can get it all set up when when I try to log in to phpmyadmin as root I get a http error 500.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wize</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-73679</link>
		<dc:creator>Wize</dc:creator>
		<pubDate>Sat, 03 Oct 2009 04:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-73679</guid>
		<description>Great guide.  As a senior IT person the process was easy to follow however definately would have been arduos to figure out.

Thanks... you saved me a tone of time.</description>
		<content:encoded><![CDATA[<p>Great guide.  As a senior IT person the process was easy to follow however definately would have been arduos to figure out.</p>
<p>Thanks&#8230; you saved me a tone of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nycjatt33</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-70671</link>
		<dc:creator>nycjatt33</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-70671</guid>
		<description>Thanks Dave   
great tut
thats help me alottttttttttttttttttttttttttttttttttttttttttttttttttttttt
thanks 
No question
everything runs smoth
nyc</description>
		<content:encoded><![CDATA[<p>Thanks Dave<br />
great tut<br />
thats help me alottttttttttttttttttttttttttttttttttttttttttttttttttttttt<br />
thanks<br />
No question<br />
everything runs smoth<br />
nyc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sivani</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-61138</link>
		<dc:creator>sivani</dc:creator>
		<pubDate>Fri, 24 Apr 2009 02:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-61138</guid>
		<description>hi Dave ,
         I have installed 32 bit essential and installed well till da end but i encountered with an error during the execute process in Apply security settings. it says 
Error no: 1045 Access denied for user&#039;root@localhost&#039;If a personal firewall is running on ur machine plz make sure u have opened the TCP port 3306 for connections. Otherwise no client appilication can connect to the server.

So can u plz suggest me wat am i supposed to do

Thank You
Sivani</description>
		<content:encoded><![CDATA[<p>hi Dave ,<br />
         I have installed 32 bit essential and installed well till da end but i encountered with an error during the execute process in Apply security settings. it says<br />
Error no: 1045 Access denied for user&#8217;root@localhost&#8217;If a personal firewall is running on ur machine plz make sure u have opened the TCP port 3306 for connections. Otherwise no client appilication can connect to the server.</p>
<p>So can u plz suggest me wat am i supposed to do</p>
<p>Thank You<br />
Sivani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wally</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-58541</link>
		<dc:creator>Wally</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-58541</guid>
		<description>Hello david,
first thanks for the great steps, I was able to get everything working from inside however, when browse from outside I just get text no graphic and also I am not able to get to login prompt,
any suggestion will be apreciated..
Thank you
Wally</description>
		<content:encoded><![CDATA[<p>Hello david,<br />
first thanks for the great steps, I was able to get everything working from inside however, when browse from outside I just get text no graphic and also I am not able to get to login prompt,<br />
any suggestion will be apreciated..<br />
Thank you<br />
Wally</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing MySQL &#124; David&#8217;s Technical Musings</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-55852</link>
		<dc:creator>Installing MySQL &#124; David&#8217;s Technical Musings</dc:creator>
		<pubDate>Wed, 11 Mar 2009 21:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-55852</guid>
		<description>[...] Install MySQL on IIS7 Server 2008 by Dave Lawlor [...]</description>
		<content:encoded><![CDATA[<p>[...] Install MySQL on IIS7 Server 2008 by Dave Lawlor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Potter</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-55742</link>
		<dc:creator>David Potter</dc:creator>
		<pubDate>Tue, 10 Mar 2009 23:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-55742</guid>
		<description>Great tutorial.  I&#039;m writing one as well - mostly so I can remember how to set it up the next time I need to :-).  I&#039;m setting up a WordPress blog for my company and they are a little paranoid about access and security issues.  Is enabling network access to MySQL necessary if the web server is running on the same machine as MySQL?  I can&#039;t seem to find the answer anywhere.

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Great tutorial.  I&#8217;m writing one as well &#8211; mostly so I can remember how to set it up the next time I need to :-).  I&#8217;m setting up a WordPress blog for my company and they are a little paranoid about access and security issues.  Is enabling network access to MySQL necessary if the web server is running on the same machine as MySQL?  I can&#8217;t seem to find the answer anywhere.</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-55657</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Tue, 10 Mar 2009 09:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-55657</guid>
		<description>Had the same &quot;service wont run&quot; issue.
I can confirm that deleting the MySQL service and running the final steps of installing MySQL Server again works :)

Was done on SBS 2008 STD 64-bit.</description>
		<content:encoded><![CDATA[<p>Had the same &#8220;service wont run&#8221; issue.<br />
I can confirm that deleting the MySQL service and running the final steps of installing MySQL Server again works :)</p>
<p>Was done on SBS 2008 STD 64-bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tien113</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-55611</link>
		<dc:creator>tien113</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-55611</guid>
		<description>i can not start mysql service in configuration wizard...

how can i fix it ???</description>
		<content:encoded><![CDATA[<p>i can not start mysql service in configuration wizard&#8230;</p>
<p>how can i fix it ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi Blaney</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-55596</link>
		<dc:creator>Levi Blaney</dc:creator>
		<pubDate>Mon, 09 Mar 2009 19:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-55596</guid>
		<description>IT_Architect,

The problem your experiencing is from already having the mysql service installed. This may have happened if you have tried to install mysql more than once and failed. Open up services and stop and delete the mysql service. This will allow the installer to continue. 

Thanks,
Levi</description>
		<content:encoded><![CDATA[<p>IT_Architect,</p>
<p>The problem your experiencing is from already having the mysql service installed. This may have happened if you have tried to install mysql more than once and failed. Open up services and stop and delete the mysql service. This will allow the installer to continue. </p>
<p>Thanks,<br />
Levi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT_Architect</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-53846</link>
		<dc:creator>IT_Architect</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-53846</guid>
		<description>I uninstalled all updates and powershell and rebooted.  Back to a bare default install.  It didn&#039;t help.  I appears he install program will not install InnoDB in with this combination.  The most logical culprit is a rights issue, but I have not nailed it down.</description>
		<content:encoded><![CDATA[<p>I uninstalled all updates and powershell and rebooted.  Back to a bare default install.  It didn&#8217;t help.  I appears he install program will not install InnoDB in with this combination.  The most logical culprit is a rights issue, but I have not nailed it down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT_Architect</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-53842</link>
		<dc:creator>IT_Architect</dc:creator>
		<pubDate>Thu, 19 Feb 2009 02:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-53842</guid>
		<description>I doubt that this works anymore.  At the end of the instance config after you hit the execute button, you will get the error message:

&quot;Could not start the service mysq. Error: 0&quot;

However, the service IS started when you check on it, so it had no problem starting the service.  However, you cannot fnish the install.  Moreover it leaves things half configured.  It does not backup out.  Some say you can delete the instance and uninstall to get a clean start, but that is false.  You must go into programdata and delete it from there after you uninstall or it will modify the behavior of the install.

I don&#039;t have a solution yet.  There are a lot of people gasing about fixes on the web, but I haven&#039;t seen them work.  What I can say is it revolves around InnoDB.  If you select the options so you don&#039;t install InnoDB, it will install fine.  I already tried changing the InnoDB location to one of the suggested locations off root, updated the Windows installer to 4.5.  They did not help.  If I were a betting man, I&#039;d bet it has to do with an MS security update.

This will not install:
Windows 2008 Server Web Edition x64 (TechNet)
Updates install, PowerShell installed, inbound ping enabled, with or without updated 4.5 installer.
MySQL 5.1 x64</description>
		<content:encoded><![CDATA[<p>I doubt that this works anymore.  At the end of the instance config after you hit the execute button, you will get the error message:</p>
<p>&#8220;Could not start the service mysq. Error: 0&#8243;</p>
<p>However, the service IS started when you check on it, so it had no problem starting the service.  However, you cannot fnish the install.  Moreover it leaves things half configured.  It does not backup out.  Some say you can delete the instance and uninstall to get a clean start, but that is false.  You must go into programdata and delete it from there after you uninstall or it will modify the behavior of the install.</p>
<p>I don&#8217;t have a solution yet.  There are a lot of people gasing about fixes on the web, but I haven&#8217;t seen them work.  What I can say is it revolves around InnoDB.  If you select the options so you don&#8217;t install InnoDB, it will install fine.  I already tried changing the InnoDB location to one of the suggested locations off root, updated the Windows installer to 4.5.  They did not help.  If I were a betting man, I&#8217;d bet it has to do with an MS security update.</p>
<p>This will not install:<br />
Windows 2008 Server Web Edition x64 (TechNet)<br />
Updates install, PowerShell installed, inbound ping enabled, with or without updated 4.5 installer.<br />
MySQL 5.1 x64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lawlor</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-45813</link>
		<dc:creator>David Lawlor</dc:creator>
		<pubDate>Tue, 25 Nov 2008 00:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-45813</guid>
		<description>Ben-

Im glad the articles helped you out! 


John-
Specifically it was named that because I did the install on Server 2008.  It will probably almost be exactly the same for older server installs, but I like to be specific, plus it helps people find exactly what matches their problem when searching.


Dave</description>
		<content:encoded><![CDATA[<p>Ben-</p>
<p>Im glad the articles helped you out! </p>
<p>John-<br />
Specifically it was named that because I did the install on Server 2008.  It will probably almost be exactly the same for older server installs, but I like to be specific, plus it helps people find exactly what matches their problem when searching.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/comment-page-1/#comment-45803</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 24 Nov 2008 22:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-mysql-on-iis7/2008-09-10/#comment-45803</guid>
		<description>Dave,

Your articles are awesome.  Clear, concise, and best of all, they actually work.  Thank you for the time you&#039;ve taken to write this article and the previous on getting PHP to work on Server 2008.  I was about ready to pull my hair out before I found your articles.

Thanks again,
Ben</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Your articles are awesome.  Clear, concise, and best of all, they actually work.  Thank you for the time you&#8217;ve taken to write this article and the previous on getting PHP to work on Server 2008.  I was about ready to pull my hair out before I found your articles.</p>
<p>Thanks again,<br />
Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
