load data infile 'F:/MySqlData/test1.csv' --CSV文件存放路径 into table student--要将数据导入的表名 fields terminated by ',' optionally enclosed by '"' escaped by '"' lines terminated by '\r\n';