Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
hja #1
csv import php/mysql
Hi there,
Does anybody now of a extension to import CSV files into a MySQL database?
The CSV file is very large (10MB!) and the content has to go in three
tables.
Greetings,
HJ
hja Guest
-
Export Querries from Flash 8 to MySQL and Import Datafrom MySQL
Hi friends, I am making a web site for a customer and i need to import data from MySQL Database but i don't know how to do it. I would appreciate... -
Any GUI to import/export MySQL?
Hi, I need to export a 200MB database from one domain to another. phpMyAdmin timeout after a while and is not ideal. I don't mind spending... -
Import CVS to MySQL
Hi everybody, I have some big csv-like files with 15.000 and more artikles stored in it. They should be put into a mysql database. I thought... -
Import .sql file into MySQL DB ?
Jerry T <Jerry@ nothanks.com> wrote in message news:<drgkjv03hrpc69p2tt5v0pjmfdspqlnesf@4ax.com>... phpMyAdmin has a functionality to execute... -
What is the easiest way to import XML to MYSQL
What is the easiest way to import an XML Datafeed from a URL into a MYSQL Database? Possibly using PHP Regards Joe PS Please answer to group... -
twocans #2
Re: csv import php/mysql
I dont know of an extension that will do that.
10 meg is not big.
[url]http://www.navicat.com/[/url]
the above will give you a 30 trial and is simple to use.
k
twocans Guest
-
Laxman #3
csv import php/mysql
LOAD DATA INFILE 'C:/sample.csv' IGNORE INTO TABLE mvts_report_data FIELDS TERMINATED BY ',' ENCLOSED BY '\"' LINES TERMINATED BY '\n' IGNORE 1 LINES
This will work for you
Note: If u want to ignore starting lines u can use "IGNORE 1 LINES"Laxman Guest



Reply With Quote

