Showing posts with label scv. Show all posts
Showing posts with label scv. Show all posts
Friday, March 23, 2007
restore mysql database table from Microsoft file
load data infile '/var/www/_system_/htdocs/sites.csv' into table sites fields terminated by ';' ENCLOSED by '"' LINES TERMINATED BY '\r\n' STARTING BY '';
Subscribe to:
Posts (Atom)