<?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: Convert MySQL Database to SQLite3 Database</title>
	<atom:link href="http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:40:09 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-14214</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-14214</guid>
		<description>The file seems to be corrupted, could you do something about it?</description>
		<content:encoded><![CDATA[<p>The file seems to be corrupted, could you do something about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jijutm</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-13812</link>
		<dc:creator>jijutm</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-13812</guid>
		<description>Yea, there was some sort of file type error, and the whole zipped content was being misinterpreted by most of the browsers. I just redone one fresh upload and tested on the same.</description>
		<content:encoded><![CDATA[<p>Yea, there was some sort of file type error, and the whole zipped content was being misinterpreted by most of the browsers. I just redone one fresh upload and tested on the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-13809</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-13809</guid>
		<description>Hi jijutm,

The download doesn&#039;t seem to be working.  If I try to unzip, I get a message that the archive is corrupt.
Could you please check the file?
Would love to use your script...
Thanks!

Sven</description>
		<content:encoded><![CDATA[<p>Hi jijutm,</p>
<p>The download doesn&#8217;t seem to be working.  If I try to unzip, I get a message that the archive is corrupt.<br />
Could you please check the file?<br />
Would love to use your script&#8230;<br />
Thanks!</p>
<p>Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jijutm</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-13769</link>
		<dc:creator>jijutm</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-13769</guid>
		<description>Thanks for the suggestion, I have updated the script with the suggested correction. Glad that some one is using my scripts</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion, I have updated the script with the suggested correction. Glad that some one is using my scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruud Altenburg</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-13766</link>
		<dc:creator>Ruud Altenburg</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-13766</guid>
		<description>Thanks for this script, it seems to be one of the very few to actually take indexes into account! I had a few problems with two indexes though, which I managed to track down. There a typo in this line:

  case (stripos($line, &#039;enum&#039;) !== false):

which should read

  case (stripos($line, &#039;enum(&#039;) !== false):

If the bracket is missing, any key or field name containing &#039;enum&#039; (in my case pagenumber) throws a warning as the regex does not match. In my case this resulted in an invalid sql file.</description>
		<content:encoded><![CDATA[<p>Thanks for this script, it seems to be one of the very few to actually take indexes into account! I had a few problems with two indexes though, which I managed to track down. There a typo in this line:</p>
<p>  case (stripos($line, &#8216;enum&#8217;) !== false):</p>
<p>which should read</p>
<p>  case (stripos($line, &#8216;enum(&#8217;) !== false):</p>
<p>If the bracket is missing, any key or field name containing &#8216;enum&#8217; (in my case pagenumber) throws a warning as the regex does not match. In my case this resulted in an invalid sql file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorisoka</title>
		<link>http://www.php-trivandrum.org/code-snippets/convert-mysql-database-to-sqlite3-database/comment-page-1/#comment-13715</link>
		<dc:creator>Thorisoka</dc:creator>
		<pubDate>Mon, 04 Jan 2010 13:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=959#comment-13715</guid>
		<description>The file seems to be corrupted, could you do something about it?</description>
		<content:encoded><![CDATA[<p>The file seems to be corrupted, could you do something about it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
