10 June, 2009

Export mysql to file

select * into outfile '/tmp/outfile.txt' fields terminated by ',' from my_table_name;

• Posted in Linux, ProgrammingTrackback