<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'MySQL'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=MySQL&amp;orTags=0</link><description>Search results matching tag 'MySQL'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Write permissions on php created folders within site..</title><link>http://forums.iis.net/p/1162804/1925433.aspx#1925433</link><pubDate>Thu, 19 Nov 2009 17:49:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925433</guid><dc:creator>WiseMinds</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>I am running Wordpress 3.8.5 on IIs 7 Windows 2008 Server, PHP (latest stable), Mysql (latest stable).

I can get everything to work properly except the following..

When my wordpress gallery page creates a new folder, permissions are not getting inherited to that folder until I literally adjust permissions by hand on my server locally. (I have a feeling it is not just my wordpress as I have several installed and all share the same issue)

I am sure there is just a setting that I am missing somewhere..

I have set the permissions on the parent folder (wwwroot) for IIS_IUSER and most of the other accounts NETSERVICE, LOCALSERVICE, etc..  For some reason CHILD folders created by the website are not writable..

Any help would be greatly appreciated.</description></item><item><title>WPI MySQL Connect Error </title><link>http://forums.iis.net/p/1161824/1920997.aspx#1920997</link><pubDate>Fri, 16 Oct 2009 15:18:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920997</guid><dc:creator>lex83</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;I posted this issue earlier in the &lt;i&gt;wrong&lt;/i&gt; forum.&lt;/p&gt;&lt;p&gt;WPI successfully installed all components including Wordpress. However, after Internal Error 500 on &amp;quot;activating&amp;quot; a premium theme, not being a programmer/developer, I uninstalled WPI installed components and tried Wamp. Wamp was not successful, so reinstalled Wordpress application and components w/WPI. On this second installation with WPI there is a problem w/ MySQL Windows Essential 5.1.&amp;nbsp;&lt;/p&gt;&lt;p&gt;After entering passwords/user names and clicking Continue, the following error message displays:&lt;/p&gt;&lt;p&gt;=============================================&lt;/p&gt;&lt;p&gt;Error when trying to connect to the database by using specified parameters.&lt;/p&gt;&lt;p&gt;Unable to connect to any of the specified MySQL hosts.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Continue anyway? Yes or No&lt;/p&gt;&lt;p&gt;=============================================&lt;/p&gt;&lt;p&gt;OS is 32-bit, Vista Business SP2&lt;/p&gt;&lt;p&gt;Only changes on computer between first successful install with WPI and this reinstallation w/occurring MySQL connect error, is install/uninstall of Wamp and Wordpress, and 25 Microsoft updates.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Suggested solutions are appreciated.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Any performance tips &amp;amp; tweaks?</title><link>http://forums.iis.net/p/1161485/1919545.aspx#1919545</link><pubDate>Mon, 05 Oct 2009 18:00:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919545</guid><dc:creator>samunplugged</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am planning to rent a new server that has four cores (11ghz)/4GB RAM. The other option is to rent a server with multi-processor and multi-cores (18ghz)/8GB RAM. Both would run Windows Server 2008 Web edition&amp;nbsp;(x64 bit). &lt;/p&gt;
&lt;p&gt;I will be running web-sites written in&amp;nbsp;ASP.net and some other sites running on PHP (FastCGI) and ColdFusion (IIS6 Compatability ISAPI module). The server would host both MySQL and SQL Server 2008 web edition.&lt;/p&gt;
&lt;p&gt;Can somebody explain to me if my web applications on IIS will actually benefit from the powerful systems? What default settings I should change?&lt;/p&gt;
&lt;p&gt;What should be done to completely harness the power of multi-core or multi-processor server on PHP, ColdFusion, IIS and MySQL? &lt;/p&gt;
&lt;p&gt;I&amp;#39;m not so worried about SQL Server 2008, cos I know it just rocks.&lt;/p&gt;
&lt;p&gt;But any tweaks on any of the mentioned servers would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best&lt;/p&gt;
&lt;p&gt;Sameer&lt;/p&gt;</description></item><item><title>Re: PHP very slow on IIS7</title><link>http://forums.iis.net/p/1153459/1918097.aspx#1918097</link><pubDate>Thu, 24 Sep 2009 09:57:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918097</guid><dc:creator>pierrejoye</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I can imagine two possible sources for this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;IPv6 is enabled and localhost does not exist or ::1&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Mysql&amp;#39;s libmysql is used instead of PHP&amp;#39;s libmysql.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It happens that the IPv6 problem was the cause for this problem (as you stated later). The 2nd possibility happens a lot when someone installs mysql after PHP, or do a mysql update after having installed PHP.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;latest&amp;nbsp;Mysql&amp;#39;s libmysql is not compatible with php&amp;#39;s libmysql (and many other, that&amp;#39;s not a php specific problem). They suffer from ABI compatibilities issues. The solution is to alter your PATH to be sure that php is first defined( PATH=c:\PHP;c:\mysql for example).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>First Installation Fails</title><link>http://forums.iis.net/p/1161004/1917414.aspx#1917414</link><pubDate>Thu, 17 Sep 2009 21:58:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917414</guid><dc:creator>Teachable</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;I just installed wpilauncher for the first time. After going through the tedious task of providing user names and passwords for a platoons worth of people it informed me that the product had been previously installed. I found this a novel means of getting software is installed. This Hard Drive has only been installed for about 4 day, and this was my first installation of any of the MSDN offerings. Could you use this new technology to install Windows 7 for me.&lt;/p&gt;&lt;p&gt;H &lt;br /&gt;&lt;/p&gt;</description></item><item><title>PHP pages always shown as text</title><link>http://forums.iis.net/p/1159964/1913171.aspx#1913171</link><pubDate>Tue, 11 Aug 2009 16:00:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913171</guid><dc:creator>bpolky</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I am a developer who attempting to write my first web based app.&amp;nbsp; I have been trying to get Vista (service pack 2), IIS 7, PHP, MySQL environment up for two days now and the imprint of the brick wall on my forehead is in danger of becoming permanent.&amp;nbsp; I have followed the process as described on a number of sites to activate IIS, install PHP and MySQL and then get into the setup process.&amp;nbsp; I can browse to &lt;a href="http://localhost/"&gt;http://localhost&lt;/a&gt; and see the default IIS page, so ISS seems to be running.&amp;nbsp; I can&amp;nbsp;run php -info in the command prompt so that seems to be there.&amp;nbsp;&amp;nbsp;I have installed FastCGI&amp;nbsp;and done the the Handler Mapping stuff and made sure that the FastCGI handler is first in the list.&amp;nbsp; I have double clicked both the php.exe and php-cgi.exe out of frustration and both initially reported an error because ntwdblib.dll was not there, so it has been copied into the PHP folder.&amp;nbsp;&amp;nbsp;&amp;nbsp;I have uninstalled everything and reinstalled it multiple times and rebooted many many times.&lt;/p&gt;
&lt;p&gt;No matter what I do,&amp;nbsp;whenever I point my browser at a .php file in the wwwroot directory, I simply get the code as text back rather than the PHP created page.&lt;/p&gt;
&lt;p&gt;Can someone save my sanity?&lt;/p&gt;</description></item><item><title>Installing Applications via WPI Question re: what installs and where</title><link>http://forums.iis.net/p/1159370/1910762.aspx#1910762</link><pubDate>Sun, 19 Jul 2009 04:57:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910762</guid><dc:creator>John Kisha</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;If I wanted to use the WPI for installing WordPress for example, PhP and MySQL would also need to be installed. Obviously PhP would need to be installed on the same machine. However, what if I wanted to use a MySQL installation on another Machine? Would I be prompted to install or not install each necessary component or would it install everything necessary on the same machine?&lt;/p&gt;
&lt;p&gt;Additionally, would I be prompted as to what web site and folder I wanted the WordPress Application installed into? Or would it install it by default into the Default web site?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running Windows 2008 64bit w/ IIS 7.0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item><item><title>Want to run Wordpress...MS SQL and MySQL on the same server?</title><link>http://forums.iis.net/p/1159369/1910760.aspx#1910760</link><pubDate>Sun, 19 Jul 2009 02:16:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910760</guid><dc:creator>carver42</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;I have a windows 2008 server box with 4 meg.&amp;nbsp; As I developed the site I used MS SQL 2008 Express.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;But now I want to set up a WordPress blog.&amp;nbsp; But it requires PHP and MySQL for the install.&amp;nbsp; This makes me REALLY nervous!&lt;/p&gt;
&lt;p&gt;Does anyone run both database servers on a single box?&amp;nbsp; I would welcome any advice...&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;</description></item><item><title>Running ASP.NET, PHP and MySQL on IIS</title><link>http://forums.iis.net/p/1159184/1910030.aspx#1910030</link><pubDate>Sun, 12 Jul 2009 07:35:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910030</guid><dc:creator>akshits</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;How do I run ASP.NET, PHP and MySQL on the same IIS 7 server!&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Akshit Soota &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Running ASP.NET, PHP and MySQL on IIS</title><link>http://forums.iis.net/p/1159183/1910029.aspx#1910029</link><pubDate>Sun, 12 Jul 2009 07:35:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910029</guid><dc:creator>akshits</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;How do I run ASP.NET, PHP and MySQL on the same IIS 7 server!&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Akshit Soota &lt;br /&gt;
&lt;/p&gt;</description></item></channel></rss>