mysql load data local infile
In the cargomysql> LOAD DATA LOCAL INFILE T/etc/passwd' INTO TABLE mpasswd;
For the MySQL client local data loading is disabled by default.
Enable or disable it clear, use --local-infile=0 or --local-infile[=1] options
For information on mysqlimport client local data loading is disabled by default.
Enable or disable it clear, use --local=0 or --local[=1] options
load data local infile 'D:/data.txt' into talbe pet lines terninated by '\r\n' ignore 1 lines;


浙公网安备 33010602011771号