<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=MySQL_Data_Loading</id>
	<title>MySQL Data Loading - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=MySQL_Data_Loading"/>
	<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=MySQL_Data_Loading&amp;action=history"/>
	<updated>2026-05-18T23:08:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://performiq.com/kb/index.php?title=MySQL_Data_Loading&amp;diff=3639&amp;oldid=prev</id>
		<title>PeterHarding: Created page with &#039;=Inserting large amounts of data into MySQL with LOAD DATA INFILE=  Use this on the command line withing the MySQL client to build load data:   load data infile &#039;customers.csv&#039; i...&#039;</title>
		<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=MySQL_Data_Loading&amp;diff=3639&amp;oldid=prev"/>
		<updated>2011-10-01T13:04:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;=Inserting large amounts of data into MySQL with LOAD DATA INFILE=  Use this on the command line withing the MySQL client to build load data:   load data infile &amp;#039;customers.csv&amp;#039; i...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Inserting large amounts of data into MySQL with LOAD DATA INFILE=&lt;br /&gt;
&lt;br /&gt;
Use this on the command line withing the MySQL client to build load data:&lt;br /&gt;
&lt;br /&gt;
 load data infile &amp;#039;customers.csv&amp;#039; into table site.customer&lt;br /&gt;
 fields terminated by &amp;#039;,&amp;#039; enclosed by &amp;#039;&amp;quot;&amp;#039; lines terminated by &amp;#039;\n&amp;#039;&lt;br /&gt;
 (email,password,title,first_name,last_name);&lt;br /&gt;
&lt;br /&gt;
The field separator is specified as the default separator is a tab.&lt;br /&gt;
&lt;br /&gt;
For more info on the command see:&lt;br /&gt;
&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.1/en/load-data.html.&lt;br /&gt;
&lt;br /&gt;
[[Category:MySQL]]&lt;/div&gt;</summary>
		<author><name>PeterHarding</name></author>
	</entry>
</feed>