<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Anyone know MySQL?&#8221;</title>
	<link>https://staging.etf2l.org/forum/support/topic-18902/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by UPS</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342537</link>
    	    <description><![CDATA[<i>Quoted from Miek</i>
		<blockquote>[...]
If you're using backslashes you need to double them up, or just use forward slashes.
</blockquote>

This, for windows.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342537</guid>
    	    <pubDate>Wed, 19 Oct 2011 18:48:57 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by krap92</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342479</link>
    	    <description><![CDATA[MySQL? http://s3.amazonaws.com/kym-assets/photos/images/original/000/184/961/tumblr_lnvvueuSsj1qcj56b.png?1318992465]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342479</guid>
    	    <pubDate>Wed, 19 Oct 2011 14:47:21 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by atmo</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342458</link>
    	    <description><![CDATA[Use "LOAD INFILE" and mysql_real_escape_string($filepath)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342458</guid>
    	    <pubDate>Wed, 19 Oct 2011 13:57:01 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342455</link>
    	    <description><![CDATA[<i>Quoted from Miek</i>
		<blockquote>[...]

Not sure if i'm missing something here, but where are the slashes in the path?
If you're using backslashes you need to double them up, or just use forward slashes.

By the way, "local" specifies that it should be read from the client, rather than the server.</blockquote>

Known bug in forum - just use \2 slashes :D\]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342455</guid>
    	    <pubDate>Wed, 19 Oct 2011 13:53:57 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by mikechml</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342454</link>
    	    <description><![CDATA[<i>Quoted from Schis</i>
		<blockquote>LOAD DATA INFILE 'C:xamppolle.txt' INTO TABLE `djur`

error: #29 - File 'C:xamppmysqldataxamppolle.txt' not found (Errcode: 2)

HALP!</blockquote>

Not sure if i'm missing something here, but where are the slashes in the path?
If you're using backslashes you need to double them up, or just use forward slashes.

By the way, "local" specifies that it should be read from the client, rather than the server.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342454</guid>
    	    <pubDate>Wed, 19 Oct 2011 13:48:23 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Dauk</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342442</link>
    	    <description><![CDATA[<i>Quoted from Schis</i>
		<blockquote>LOAD DATA INFILE 'C:xamppolle.txt' INTO TABLE `djur`

error: #29 - File 'C:xamppmysqldataxamppolle.txt' not found (Errcode: 2)

HALP!</blockquote>

you sure direction is right?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342442</guid>
    	    <pubDate>Wed, 19 Oct 2011 12:55:31 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342427</link>
    	    <description><![CDATA[Try LOAD DATA <strong>LOCAL</strong> INFILE

Without that, I believe, the file needs to be relative to your mysql folder (or data folder?). Not sure.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342427</guid>
    	    <pubDate>Wed, 19 Oct 2011 12:12:16 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by hulkjohnsson</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-18902/page-1/?recent=342537#post=342421</link>
    	    <description><![CDATA[LOAD DATA INFILE 'C:xamppolle.txt' INTO TABLE `djur`

error: #29 - File 'C:xamppmysqldataxamppolle.txt' not found (Errcode: 2)

HALP!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=18902&#038;post=342421</guid>
    	    <pubDate>Wed, 19 Oct 2011 11:51:28 +0200</pubDate>
    	</item>
    </channel>
</rss>