this is the place i use for my notes.
My interests are Linux system administration, php programming, postgresql server, emacs and lighttpd.
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 '';
No comments:
Post a Comment