Hi.

I have a MySQL database running on a remote web server.
I have a text data file sitting on my PC here.

I want to get the data from the text file to the database and am having 
difficulties! I log onto the database and I'd like to issue

LOAD DATA LOCAL INFILE "c:/thedata.txt" INTO TABLE thetable

..and be done with it, but I get an error 13: can't find file (or can't get 
"stat" of file) message.

can anyone help? The manual pages on mysql.com didn't help me.

cheers.

rich



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to