mysql>load data infile '/tmp/your_file'  into  table your_table_name fields terminated by '\t' [(col_name1,col_name2....)];