mysqlimport.
accepts the same connection parameters as the mysql command-line shell. Be sure to use the -L flag to use the file on the local file system, otherwise it (oddly enough) will assume that the file is on the server.
There is also a similar version of the load data infile command, i.e. load data local infile , according to which the file will be downloaded from the client, and not from the server, which can accomplish what you want to do.
ΚΙΔ±u
source share