I want to use the LOAD DATA INFILE statement to import data into a table.
If the file is available on the same system, it works beautifully and is successfully imported, but when the file is on another system, it cannot find the path.
Can someone explain how to use the LOAD DATA INFILE statement to import data into a MySQL table from another system or remotely?
source share