<?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>Michael Helm&#039;s Technology Blog &#187; Mysql</title>
	<atom:link href="http://www.ihelm.org.uk/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihelm.org.uk</link>
	<description>Linux Servers, Cpanel and Mysql along with my own tech thoughts</description>
	<lastBuildDate>Thu, 29 Sep 2011 22:19:07 +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>Goals for 2011</title>
		<link>http://www.ihelm.org.uk/2011/01/goals-for-2011/</link>
		<comments>http://www.ihelm.org.uk/2011/01/goals-for-2011/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 21:34:01 +0000</pubDate>
		<dc:creator>mhelm</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=155</guid>
		<description><![CDATA[In no particular order I intend to do/get the following:

Obtain a Macbook (Air / Pro).
Learn how to program the Iphone / Ipad
Get a tablet pc (Ipad possibly or windows 7 based one we shall see).....]]></description>
			<content:encoded><![CDATA[<p>Well, a couple of weeks into the New Year, and it&#8217;s time for the usual Resolutions. So what are mine this year, well some I am keeping to myself, but a few techie ones remain.</p>
<p>In no particular order I intend to do/get the following:</p>
<ul>
<li>Obtain a Macbook (Air / Pro).</li>
<li>Learn how to program the Iphone / Ipad</li>
<li>Get a tablet pc (Ipad possibly or windows 7 based one we shall see)</li>
<li>New Digital camera to replace the now aging Canon EOS350 &#8211; (my current one has suffered from being in -28 and + 40 in it&#8217;s working life)</li>
<li>Get this Blog back up and running doing the following:</li>
</ul>
<ol>
<li>Reviewing Iphone Apps &#8211; on the Iphone 4 and Iphone 3g</li>
<li>Document insights into MySQL from the servers I manage</li>
</ol>
<ul>
<li>Get to grips (finally) with OOP and PHP (come-on I know JAVA so I really should have cracked this already but the old C programming gets in the way).</li>
<li>Have a dabble in Cloud Computing &#8211; it seems to be here to stay and since 2010 had virtualisation 2011 is Cloud <img src='http://www.ihelm.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>That&#8217;s it for now &#8211; check back to see how I do <img src='http://www.ihelm.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2011/01/goals-for-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Error: Error 13 &#8211; Can&#8217;t get stat of</title>
		<link>http://www.ihelm.org.uk/2007/09/mysql-error-error-13-cant-get-stat-of/</link>
		<comments>http://www.ihelm.org.uk/2007/09/mysql-error-error-13-cant-get-stat-of/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 21:13:13 +0000</pubDate>
		<dc:creator>mhelm</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Load Data Infile]]></category>
		<category><![CDATA[Mysql Error]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=18</guid>
		<description><![CDATA[Error of the day this one - had a script which used Load Data Infile to load the data from a csv file to a MySQL database table - worked fine previously.
After 6 months needed to use it again - everyting seemed fine, except this error kept appearing.

Checked the script - file existed etc... so what had changed?]]></description>
			<content:encoded><![CDATA[<p>Error of the day this one &#8211; had a script which used Load Data Infile to load the data from a csv file to a MySQL database table &#8211; worked fine previously.<br />
After 6 months needed to use it again &#8211; everyting seemed fine, except this error kept appearing.</p>
<p>Checked the script &#8211; file existed etc&#8230; so what had changed?<br />
We had separated out our servers a few months earlier so Mysql now runs on a separate server, this means load data infile can no longer find the file.</p>
<p>To solve this problem use Load Data Local Infile &#8211; basically this uses the client (which in this case exists on a server running php) to access the file and pipe it to the mysql server.</p>
<p>The annoying thing about this error is that finding the solution isn&#8217;t that easy &#8211; as most people say that it&#8217;s file permissions etc.. when it could be that the SQL server is actually on a remote location and so you need to use LOAD DATA LOCAL INFILE (especially since in larger companies servers tend to be specialised).</p>
<p>NB Due to security settings you cannot usually use LOAD DATA LOCAL INFILE if the file is on the same server as the mysql &#8211; then you need to use LOAD DATA INFILE.</p>
<p>Anyway hope this helps someone else like me someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2007/09/mysql-error-error-13-cant-get-stat-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

