excel文件导入mysqlload data local infile D:\data.txt into table exceltomysql fields terminated by
excel文件导入mysql
load data local infile 'D:\data.txt' into table exceltomysql fields terminated by '\t';
excel文件导入mysql
load data local infile 'D:\data.txt' into table exceltomysql fields terminated by '\t';