I want to use LOAD DATA INFILE
statement to import data in my table.
If the file is available on the same system, it works nicely and imports successfully, but when the file is located on another system, it cannot locate the path.
Can anyone explain how to use the LOAD DATA INFILE
statement to import data into MySQL table from another system, or remotely?