Quote:
|
I would like to know is can the data.txt be on another server, so that the path to access it would be like 'http://www.somewebsite.com/data.txt'
|
Never done this before, but here is a possible workaround:
If I connect to a your host db from my computer and use
LOAD DATA INFILE with the
LOCAL option, then your server will load the data from my machine. I'm not sure off the top of my head how to (or if you can) get mysql to
pull a file from another computer though...
What type of data are you trying to send over? Can you just dump and then import?