mysql命令查询Load data infile命令是否开启
show global variables like'local_infile';

开启local_infile

set global local_infile=1;