How would I do the following command, with a local file, on a remote database (different machine) ?
$MYSQL_PATH/mysql -u root -h remote.net files -e \" LOAD
LOAD DATA INFILE loads a file on machine the MySQL server is running on.
LOAD DATA INFILE
Use LOAD DATA LOCAL INFILE to load a file located on your client machine.
LOAD DATA LOCAL INFILE