---在导入前确保开启文件导入权限;set global local_infile = 'ON'; #---执行导入语句;load data local infile 'd:/Wip.csv' replace into table needs.wip_new fields terminated by ',' optionally enclosed by '"' lines terminated by 'r ' ignore 1 lines;