<?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>Web Development London UK &#187; database</title>
	<atom:link href="http://hsmoore.com/blog/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://hsmoore.com</link>
	<description>Web Development London UK</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>phpMyAdmin &#8211; Invalid field count in csv input on line 1</title>
		<link>http://hsmoore.com/blog/phpmyadmin-invalid-field-count-in-csv-input-on-line-1/</link>
		<comments>http://hsmoore.com/blog/phpmyadmin-invalid-field-count-in-csv-input-on-line-1/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:59:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSV]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://www.andrewodendaal.com/?p=600</guid>
		<description><![CDATA[I was trying to import a massive csv dataset into phpMyAdmin and it kept throwing error: Invalid field count in csv input on line 1 This was very annoying as it was all being done the way it always works for me! To solve this I had to do the following: Import Browse for your...]]></description>
			<content:encoded><![CDATA[<p>I was trying to import a massive csv dataset into phpMyAdmin and it kept throwing error: <span style="color: #ff0000;">Invalid field count in csv input on line 1</span></p>
<p>This was very annoying as it was all being done the way it always works for me!</p>
<p><strong><span style="text-decoration: underline;">To solve this I had to do the following:</span></strong></p>
<ul>
<li>Import</li>
<li>Browse for your csv file.</li>
<li>Select CSV using LOAD DATA (rather than just CSV)</li>
<li>Change &#8220;Fields terminated by&#8221; from &#8220;;&#8221; to &#8220;,&#8221;</li>
<li>Make sure &#8220;Use LOCAL keyword&#8221; is selected.</li>
<li>Click &#8220;Go&#8221;</li>
</ul>
<p><strong><span style="color: #ff0000;">Done!</span></strong></p>
<p><img class="size-full wp-image-1184" title=" " src="http://andrewodendaal.com/wp-content/uploads/2010/04/ftimpo.jpg" alt="" width="600" height="501" /></p>
<p>Still having problems? Let me know..</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/phpmyadmin-invalid-field-count-in-csv-input-on-line-1/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>mySQL select multiple ids</title>
		<link>http://hsmoore.com/blog/mysql-select-multiple-ids/</link>
		<comments>http://hsmoore.com/blog/mysql-select-multiple-ids/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:44:51 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.andrewodendaal.com/?p=352</guid>
		<description><![CDATA[SELECT * FROM tablename WHERE `active`=&#8217;1&#8242; AND `id` IN (&#8217;107&#8242; , &#8217;125&#8242; ) ORDER BY `id` DESC LIMIT 12]]></description>
			<content:encoded><![CDATA[<p>SELECT * FROM tablename WHERE `active`=&#8217;1&#8242; AND `id` IN (&#8217;107&#8242; , &#8217;125&#8242; ) ORDER BY `id` DESC LIMIT 12</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/mysql-select-multiple-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL Development Tools</title>
		<link>http://hsmoore.com/blog/mysql-development-tools/</link>
		<comments>http://hsmoore.com/blog/mysql-development-tools/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:40:55 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://blog.andrewodendaal.com/?p=292</guid>
		<description><![CDATA[I came across a very interesting article about mySQL Development Tools. http://www.smashingmagazine.com/2009/03/25/mysql-admin-and-development-tools-round-up/]]></description>
			<content:encoded><![CDATA[<p>I came across a very interesting article about mySQL Development Tools.</p>
<p><a title="Opens in New Tab/Window" href="http://www.smashingmagazine.com/2009/03/25/mysql-admin-and-development-tools-round-up/">http://www.smashingmagazine.com/2009/03/25/mysql-admin-and-development-tools-round-up/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/mysql-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

