| | |
how do i import data from a csv file to my mysql database
Please support our MySQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
MySQL commands :
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
WIth PHP :
Look in the attached file.
- Mitko Kostov
•
•
•
•
You can then import it into a MySQL table by running:
load data local infile 'file.csv' into table table
fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(field1, field2, field3)
The fields here are the actual tblUniq table fields that the data needs to sit in. The enclosed by and lines terminated by are optional and can help if you have columns enclosed with double-quotes such as Excel exports, etc.
WIth PHP :
Look in the attached file.
- Mitko Kostov
Last edited by MitkOK; Aug 15th, 2007 at 9:21 am.
![]() |
Similar Threads
- insert csv file into mysql through php (PHP)
- Importing csv file to SQL Server Using VB.Net (VB.NET)
- Upload a word file into mysql database (Java)
- convert textfile into mysql database using vb.net (VB.NET)
- How to read data from csv file in an array and parse (C++)
- error handling in VB6 + + ODBC + MySQL...(Help!!!!) (Visual Basic 4 / 5 / 6)
- CSV file (C)
Other Threads in the MySQL Forum
- Previous Thread: Separator help
- Next Thread: Passing Variable Values as a parameter Name in MySQL
Views: 3672 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for MySQL
"use" 1 amazon api aws bizspark breathalyzer changingprices cmg communityjournalism contentmanagement contractors copyright count court crm data database design developer development distinct drupal dui ec2 eliminate email enterprise eudora facebook form foss gartner gnu government gpl groklaw groupware hiring hyperic images innerjoins insert ip joebrockmeier journalism keyword keywords kickfire laptop law legal license licensing linux managing mariadb matchingcolumns metron micromanage microsoft microsoftexchange mindtouch montywidenius mozilla multiple mysql mysqlcolumnupdating mysqlindex mysqlinternalqueries mysqlsearch news opendatabasealliance opengovernment opensource operand oracle pdf penelope php priceupdating query referencedesign remove reorderingcolumns resultset search select simpledb sourcecode spotify sql statement sugarcrm syntax techsupport thunderbird transparency update virtualization





