<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IIS Hacks &#124; Server and System Administration &#187; Software</title>
	<atom:link href="http://www.iishacks.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iishacks.com</link>
	<description>System and Network Administration, IIS, Exchange Server, Windows Tips, Opinions</description>
	<lastBuildDate>Thu, 01 Dec 2011 05:33:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Install PHP 5.3 FastCGI on Windows 2008 IIS 7</title>
		<link>http://www.iishacks.com/2011/02/14/how-to-install-php-5-3-fastcgi-on-windows-2008-iis-7/</link>
		<comments>http://www.iishacks.com/2011/02/14/how-to-install-php-5-3-fastcgi-on-windows-2008-iis-7/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:35:08 +0000</pubDate>
		<dc:creator>Chris Stinson</dc:creator>
				<category><![CDATA[Internet Information Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.iishacks.com/?p=766</guid>
		<description><![CDATA[PHP on Windows has come along way in the past few years. It used to be a chore to get PHP to work properly on IIS. Not so, anymore. In the past I&#8217;ve recommended PHP ISAPI for IIS when using threaded applications and accelerators like eAccelerator, xCache and APC. APC now includes support for FastCGI [...]


Related posts:<ol><li><a href='http://www.iishacks.com/2008/07/03/how-to-install-php-isapi-on-windows-2008-iis7-x64/' rel='bookmark' title='How to install PHP ISAPI on Windows 2008 IIS7 x64'>How to install PHP ISAPI on Windows 2008 IIS7 x64</a></li>
<li><a href='http://www.iishacks.com/2009/01/11/install-and-boot-windows-7-beta-or-windows-server-2008-r2-beta-on-vhd/' rel='bookmark' title='Install and Boot Windows 7 Beta or Windows Server 2008 R2 Beta on VHD'>Install and Boot Windows 7 Beta or Windows Server 2008 R2 Beta on VHD</a></li>
<li><a href='http://www.iishacks.com/2007/07/15/enabling-internet-on-fresh-windows-server-2008-install/' rel='bookmark' title='Enabling Internet on fresh Windows Server 2008 install'>Enabling Internet on fresh Windows Server 2008 install</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PHP on Windows has come along way in the past few years. It used to be a chore to get PHP to work properly on IIS. Not so, anymore.</p>
<p>In the past I&#8217;ve recommended PHP ISAPI for IIS when using threaded applications and accelerators like eAccelerator, xCache and APC. APC now includes support for FastCGI (Non-Thread Safe). To install PHP 4 &#8211; 5.2.x ISAPI, see my previous post: <a href="http://www.iishacks.com/2008/07/03/how-to-install-php-isapi-on-windows-2008-iis7-x64/">How to install PHP ISAPI on Windows 2008 IIS7 x64</a>.</p>
<p>With PHP 5.3.x, the ISAPI dll has been removed for Windows. In order to use it, you&#8217;ll need to compile it yourself. There is a big push to use FastCGI on IIS, and with good reason &#8211; the performance has increased dramatically. Since most web applications (blogs, forums, CMS) do not require a Thread Safe install of PHP, FastCGI is the fastest and most stable option around.</p>
<p>PHP 5.3 for Windows is now compiled with either VC6 or VC9. VC9 should be used with IIS and VC6 should be used with Apache 1 or 2. For the VC9 versions you will need the Microsoft 2008 C++ Runtime (<a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&amp;displaylang=en">VC x86</a>, <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6&amp;displaylang=en">VC x64</a>, even though you are installing 32-bit PHP, install the correct version of VC++ for the version of Windows that you have).</p>
<p>When installing multiple versions of PHP with PHP Manager, each install can have a different PHP.ini and set of extensions installed and enabled. Within IIS, you can have a different version of PHP enabled for each site.</p>
<p>1. <strong>Download and Install PHP Manager for IIS 7/7.5.</strong> (<a href="http://phpmanager.codeplex.com/releases/view/59970">http://phpmanager.codeplex.com/releases/view/59970</a>) Even though PHP is 32-bit, install the version of PHP Manager that matches your install of Windows (x86 or x64).</p>
<p><img class="alignnone size-full wp-image-767" title="PHP Manager for IIS" src="http://www.iishacks.com/wp-content/uploads/2011/02/0-phpman1.jpg" alt="" width="554" height="516" /></p>
<p>2. <strong>Download and Install PHP 5.3.x for Windows VC9 (Non-Thread Safe).</strong> (<a href="http://windows.php.net/download/">http://windows.php.net/download/</a>) You can use the installer or zip package. I&#8217;d recommend using the installer package if this is your first install, as it will set the PATH for your PHP install in Windows. If you are adding a second version or upgrading PHP, download the zip package and simply unzip it. If you plan to use multiple versions of PHP at the same time, I&#8217;d recommend naming your directories with the PHP version, ie: C:\php_5.3.5\.</p>
<p>3. In PHP Manager (<strong>IIS Manager</strong> -&gt; <strong>Server Name</strong> -&gt; <strong>PHP Manager</strong>), click on &#8220;<strong>Register New PHP Version</strong>&#8221; and browse to where you unzipped the PHP files. Select the <strong>php-cgi.exe</strong> file and click OK. Once you have registered the PHP module, you&#8217;ll need to configure the PHP.ini. This can be done in Notepad or within PHP Manager (Manage All Settings). For most basic installs, the default PHP.ini will suffice. If you are using a MySQL database, you&#8217;ll have to enable the MySQL or MySQLi extension. Go to <strong>IIS Manager</strong> -&gt; <strong>PHP Manager</strong> -&gt; <strong>PHP Extensions</strong> -&gt; <strong>Enable</strong> <strong>or disable an extension</strong>. Click on <strong>php_mysql.dll </strong>and/or <strong>php_mysqli.dll </strong>and under Actions on the right side bar, click <strong>Enable</strong>.</p>
<p><img class="alignnone size-full wp-image-768" title="Register PHP in IIS" src="http://www.iishacks.com/wp-content/uploads/2011/02/1-phpman-register.jpg" alt="" width="446" height="300" /></p>
<p>4. If you are using Windows x64, you&#8217;ll need to set your application pool settings to allow 32-bit PHP to function. If you are using 32-bit Windows, skip this step. In <strong>IIS Manager</strong> -&gt; <strong>Application Pools</strong> -&gt; Right-Click on the website&#8217;s application pool (or Default if you haven&#8217;t set one up yet) and select <strong>Advanced Settings</strong>. Set &#8220;<strong>Enable 32-bit applications</strong>&#8221; to <strong>TRUE</strong>. Click OK. This spawns the App Pool in 32-bit mode, so if you have other modules that need to be run in 64-bit mode, best to separate the website into two App Pools: one 32-bit and one 64-bit.</p>
<p><img class="alignnone size-full wp-image-769" title="Application Pool settings for PHP on IIS x64" src="http://www.iishacks.com/wp-content/uploads/2011/02/2-phpman5-apppool.jpg" alt="" width="477" height="131" /></p>
<p>5. If you want to install multiple versions of PHP, all you need to do is register each version using PHP Manager. You can click on each individual website and select a specific version of PHP to run. Remember to modify the PHP.ini of each version you register. If you get CGI errors when trying to view a webpage, make sure cgi.force_redirect = 0, or it is commented out in the PHP.ini.</p>
<p><img class="alignnone size-full wp-image-770" title="Switch versions of PHP on IIS" src="http://www.iishacks.com/wp-content/uploads/2011/02/3-phpman3-switch.jpg" alt="" width="426" height="303" /></p>


<p>Related posts:<ol><li><a href='http://www.iishacks.com/2008/07/03/how-to-install-php-isapi-on-windows-2008-iis7-x64/' rel='bookmark' title='How to install PHP ISAPI on Windows 2008 IIS7 x64'>How to install PHP ISAPI on Windows 2008 IIS7 x64</a></li>
<li><a href='http://www.iishacks.com/2009/01/11/install-and-boot-windows-7-beta-or-windows-server-2008-r2-beta-on-vhd/' rel='bookmark' title='Install and Boot Windows 7 Beta or Windows Server 2008 R2 Beta on VHD'>Install and Boot Windows 7 Beta or Windows Server 2008 R2 Beta on VHD</a></li>
<li><a href='http://www.iishacks.com/2007/07/15/enabling-internet-on-fresh-windows-server-2008-install/' rel='bookmark' title='Enabling Internet on fresh Windows Server 2008 install'>Enabling Internet on fresh Windows Server 2008 install</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iishacks.com/2011/02/14/how-to-install-php-5-3-fastcgi-on-windows-2008-iis-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing the VMWare Server SSL Certificate Trust Warning</title>
		<link>http://www.iishacks.com/2010/03/26/removing-the-vmware-server-ssl-certificate-trust-warning/</link>
		<comments>http://www.iishacks.com/2010/03/26/removing-the-vmware-server-ssl-certificate-trust-warning/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:00:34 +0000</pubDate>
		<dc:creator>Chris Stinson</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.iishacks.com/?p=640</guid>
		<description><![CDATA[When you first install VMWare Server, you&#8217;ll find the administration area in Firefox or Internet Explorer has a security certificate error. This is because the certificate that ships with VMWare is self-signed (untrusted). One solution is to use a trusted certificate from a third party (Verisign, GoDaddy, etc) but that has costs associated with it [...]


Related posts:<ol><li><a href='http://www.iishacks.com/2010/03/16/vmware-server-console-on-firefox-3-6/' rel='bookmark' title='VMWare Server Console on Firefox 3.6'>VMWare Server Console on Firefox 3.6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you first install VMWare Server, you&#8217;ll find the administration area in Firefox or Internet Explorer has a security certificate error. This is because the certificate that ships with VMWare is self-signed (untrusted). One solution is to use a trusted certificate from a third party (Verisign, GoDaddy, etc) but that has costs associated with it and is not actually necessary. If you want your computer to properly trust the certificate, add it to the Trusted Root list.</p>
<ol>
<li>Navigate to the SSL folder where VMWare Server is installed (ex. C:\Program Files\VMware\VMware Server\SSL).</li>
<li>Double-click on RUI.crt.</li>
<li>Click &#8220;Install Certificate&#8221; on the Certificate Information window that pops up.</li>
<li>Click &#8220;Next&#8221; to start the Certificate Import Wizard.</li>
<li>Select &#8220;Place all certificates in the following store&#8221; and click &#8220;Browse&#8221;.</li>
<li>Select &#8220;Trusted Root Certification Authorities&#8221; and click &#8220;OK&#8221;.</li>
<li>Click &#8220;Next&#8221; and &#8220;Finished&#8221;.</li>
<li>A Security Warning box will pop up, click &#8220;Yes&#8221; and then &#8220;OK&#8221;.</li>
<li>Close the Certificate Information window.</li>
<li>The SSL warning will no longer show on the VMWare Server login screen.</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.iishacks.com/2010/03/16/vmware-server-console-on-firefox-3-6/' rel='bookmark' title='VMWare Server Console on Firefox 3.6'>VMWare Server Console on Firefox 3.6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iishacks.com/2010/03/26/removing-the-vmware-server-ssl-certificate-trust-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server Console on Firefox 3.6</title>
		<link>http://www.iishacks.com/2010/03/16/vmware-server-console-on-firefox-3-6/</link>
		<comments>http://www.iishacks.com/2010/03/16/vmware-server-console-on-firefox-3-6/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:24:50 +0000</pubDate>
		<dc:creator>Chris Stinson</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.iishacks.com/?p=635</guid>
		<description><![CDATA[I just found out the hard way that VMWare Server 2.0&#8242;s Console plug-in does not work with Firefox 3.6. Perhaps in the future VMWare will release a compatible plugin, but for now the fix is to use the console plugin for Internet Explorer, Firefox 3.5x or use VMWare Player 3.0. The following error is what comes up in [...]


Related posts:<ol><li><a href='http://www.iishacks.com/2010/03/26/removing-the-vmware-server-ssl-certificate-trust-warning/' rel='bookmark' title='Removing the VMWare Server SSL Certificate Trust Warning'>Removing the VMWare Server SSL Certificate Trust Warning</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just found out the hard way that VMWare Server 2.0&#8242;s Console plug-in does not work with Firefox 3.6.</p>
<p>Perhaps in the future VMWare will release a compatible plugin, but for now the fix is to use the console plugin for Internet Explorer, Firefox 3.5x or use VMWare Player 3.0.</p>
<p>The following error is what comes up in Firefox 3.6 or any other unsupported browser.</p>
<p><img class="alignnone size-full wp-image-636" title="VMWare on Firefox 3.6" src="http://www.iishacks.com/wp-content/uploads/2010/03/VMWareFF36.JPG" alt="VMWare on Firefox 3.6" width="429" height="183" /></p>
<p>&#8220;Cannot access virtual machine console. The request timed out. The attempt to acquire a valid session ticket for MACHINE_NAME took longer than expected. If this problem persists, contact your system administrator.&#8221;</p>
<p><a href="http://communities.vmware.com/thread/252218">http://communities.vmware.com/thread/252218</a></p>


<p>Related posts:<ol><li><a href='http://www.iishacks.com/2010/03/26/removing-the-vmware-server-ssl-certificate-trust-warning/' rel='bookmark' title='Removing the VMWare Server SSL Certificate Trust Warning'>Removing the VMWare Server SSL Certificate Trust Warning</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iishacks.com/2010/03/16/vmware-server-console-on-firefox-3-6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Converting MySQL tables from Latin1 to UTF8</title>
		<link>http://www.iishacks.com/2009/11/20/properly-converting-mysql-tables-from-latin1-to-utf8/</link>
		<comments>http://www.iishacks.com/2009/11/20/properly-converting-mysql-tables-from-latin1-to-utf8/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 17:33:13 +0000</pubDate>
		<dc:creator>Chris Stinson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.iishacks.com/?p=508</guid>
		<description><![CDATA[Many content management systems and forums were originally created using the latin1 character set and the latin1_swedish_ci collation in MySQL. The problem many of these systems are facing today is the growing demand for multi-language content using special characters that cannot be accurately represented in the latin1 character set. This is where utf8 comes in. [...]


Related posts:<ol><li><a href='http://www.iishacks.com/2007/06/21/vbulletin-photopost-and-mysql-5/' rel='bookmark' title='vBulletin / Photopost and MySQL 5'>vBulletin / Photopost and MySQL 5</a></li>
<li><a href='http://www.iishacks.com/2008/09/13/delete-spam-comments-in-wordpress-via-mysql/' rel='bookmark' title='Delete Spam Comments in WordPress via MySQL'>Delete Spam Comments in WordPress via MySQL</a></li>
<li><a href='http://www.iishacks.com/2008/01/18/find-duplicate-records-and-the-number-of-duplicates-in-sql-mysql/' rel='bookmark' title='Find Duplicate Records and the Number of Duplicates in SQL (MySQL)'>Find Duplicate Records and the Number of Duplicates in SQL (MySQL)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Many content management systems and forums were originally created using the latin1 character set and the latin1_swedish_ci collation in MySQL. The problem many of these systems are facing today is the growing demand for multi-language content using special characters that cannot be accurately represented in the latin1 character set. This is where utf8 comes in.</p>
<p>The problem with simply converting a database from latin1 to utf8 is in the data itself. When you convert a database or table to a different character set or collation, it does not convert the content held within the tables. What happens is users end up with ‘strange’ characters in their data.</p>
<p><img class="alignnone size-full wp-image-510" title="strange_a_e" src="http://www.iishacks.com/wp-content/uploads/2009/11/strange_a_e.jpg" alt="strange_a_e" width="136" height="44" /></p>
<p><img class="alignnone size-full wp-image-509" title="latin1_convert_to_utf8" src="http://www.iishacks.com/wp-content/uploads/2009/11/latin1_convert_to_utf8.jpg" alt="latin1_convert_to_utf8" width="542" height="80" /></p>
<p>You can prevent this by taking steps to protect the data before you convert the database or tables.</p>
<p><strong>An overview of the steps:</strong></p>
<ol>
<li>Backup the database. <strong>No, really, do it.</strong></li>
<li>Alter the string field types to their binary equivalents in all tables. This will protect the data during conversion.<br />
• VARCHAR to VARBINARY<br />
• CHAR to BINARY<br />
• LONGTEXT to LONGBLOB<br />
• MEDIUMTEXT to MEDIUMBLOB<br />
• TEXT to BLOB<br />
• TINYTEXT to TINYBLOB</li>
<li>Convert the database and tables from latin1 to utf8 character set and latin1_swedish_ci to utf8_general_ci collation.</li>
<li>Convert the binary field types back to their original string field types.</li>
<li>Backup the resulting database.</li>
<li>Finished</li>
</ol>
<p>Ex. Generic convert column to BLOB from TEXT</p>
<div class="codesnip-container" >
<div class="sql codesnip" style="font-family:monospace;"><span class="kw1">ALTER</span> <span class="kw1">TABLE</span> tbl_name <span class="kw1">MODIFY</span> column_name BLOB</div>
</div>
<p>Ex. Generic convert table to new character set</p>
<div class="codesnip-container" >
<div class="sql codesnip" style="font-family:monospace;"><span class="kw1">ALTER</span> <span class="kw1">TABLE</span> tbl_name CHARACTER <span class="kw1">SET</span> charset_name COLLATE collation_name</div>
</div>
<p>Ex. Generic convert database to new character set utf8</p>
<div class="codesnip-container" >
<div class="sql codesnip" style="font-family:monospace;"><span class="kw1">ALTER</span> <span class="kw1">DATABASE</span> database_name CHARACTER <span class="kw1">SET</span> utf8;</div>
</div>


<p>Related posts:<ol><li><a href='http://www.iishacks.com/2007/06/21/vbulletin-photopost-and-mysql-5/' rel='bookmark' title='vBulletin / Photopost and MySQL 5'>vBulletin / Photopost and MySQL 5</a></li>
<li><a href='http://www.iishacks.com/2008/09/13/delete-spam-comments-in-wordpress-via-mysql/' rel='bookmark' title='Delete Spam Comments in WordPress via MySQL'>Delete Spam Comments in WordPress via MySQL</a></li>
<li><a href='http://www.iishacks.com/2008/01/18/find-duplicate-records-and-the-number-of-duplicates-in-sql-mysql/' rel='bookmark' title='Find Duplicate Records and the Number of Duplicates in SQL (MySQL)'>Find Duplicate Records and the Number of Duplicates in SQL (MySQL)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iishacks.com/2009/11/20/properly-converting-mysql-tables-from-latin1-to-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Spam Comments in WordPress via MySQL</title>
		<link>http://www.iishacks.com/2008/09/13/delete-spam-comments-in-wordpress-via-mysql/</link>
		<comments>http://www.iishacks.com/2008/09/13/delete-spam-comments-in-wordpress-via-mysql/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 23:16:01 +0000</pubDate>
		<dc:creator>Chris Stinson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.iishacks.com/?p=169</guid>
		<description><![CDATA[When marking comments as &#8220;spam&#8221; in WordPress, it doesn&#8217;t actually remove them from the database. From my own experience, most WordPress installations have thousands of spam comments in their databases, taking up valuable space. In the wp_comments table the comment_approved column will show a value of &#8220;spam&#8221; on any comment marked as spam &#8211; and [...]


Related posts:<ol><li><a href='http://www.iishacks.com/2007/07/06/stop-vbulletn-and-wordpress-spam/' rel='bookmark' title='Stop vBullet*n and WordPress Spam?'>Stop vBullet*n and WordPress Spam?</a></li>
<li><a href='http://www.iishacks.com/2008/08/31/1000000s-of-spam-comments/' rel='bookmark' title='1000000&#8242;s of Spam Comments'>1000000&#8242;s of Spam Comments</a></li>
<li><a href='http://www.iishacks.com/2009/11/20/properly-converting-mysql-tables-from-latin1-to-utf8/' rel='bookmark' title='Converting MySQL tables from Latin1 to UTF8'>Converting MySQL tables from Latin1 to UTF8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When marking comments as &#8220;spam&#8221; in WordPress, it doesn&#8217;t actually remove them from the database.</p>
<p>From my own experience, most WordPress installations have thousands of spam comments in their databases, taking up valuable space.</p>
<p><img src="http://www.iishacks.com/wp-content/uploads/2008/09/comment_table.gif" alt="" title="Wordpress comments in MySQL" width="472" height="206" class="alignnone size-full wp-image-170" /></p>
<p>In the <strong>wp_comments</strong> table the <strong>comment_approved</strong> column will show a value of &#8220;spam&#8221; on any comment marked as spam &#8211; and a value of &#8220;1&#8243; for any approved comment.</p>
<p>To quickly delete ALL spam comments, execute the following query on your MySQL database:</p>
<div class="codesnip-container" >DELETE FROM wp_comments WHERE comment_approved = &#8220;spam&#8221;;</div>
<p>You can expand the SQL command to delete from multiple databases and multiple tables, quickly and effectively.</p>


<p>Related posts:<ol><li><a href='http://www.iishacks.com/2007/07/06/stop-vbulletn-and-wordpress-spam/' rel='bookmark' title='Stop vBullet*n and WordPress Spam?'>Stop vBullet*n and WordPress Spam?</a></li>
<li><a href='http://www.iishacks.com/2008/08/31/1000000s-of-spam-comments/' rel='bookmark' title='1000000&#8242;s of Spam Comments'>1000000&#8242;s of Spam Comments</a></li>
<li><a href='http://www.iishacks.com/2009/11/20/properly-converting-mysql-tables-from-latin1-to-utf8/' rel='bookmark' title='Converting MySQL tables from Latin1 to UTF8'>Converting MySQL tables from Latin1 to UTF8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iishacks.com/2008/09/13/delete-spam-comments-in-wordpress-via-mysql/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

