如何做个购物网站学校网站查询学历
mysql --local-infile -u root -pset global local_infile = 1;load data local infile '目录' into able '表名' fields terminated by ',' lines terminated by '\n';
mysql --local-infile -u root -pset global local_infile = 1;load data local infile '目录' into able '表名' fields terminated by ',' lines terminated by '\n';