I need to be able to add a .csv file into a database table running on a
mysql server of IP address 10.0.0.10
I know that 
        "load data infile 'me.txt' into table stock;"
will do the job locally but what's the easiest way for me to add me.txt
to stock on 10.0.0.1?


For arguments sake we can assume that the csv file is in the correct
format.

One for the MySQL guru's? 

Thanks



Thanks lots
David Ayliffe ([EMAIL PROTECTED])


---------------------------------------------------------------------
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