At 21:08 12/03/02 -0800, Amit Lonkar wrote:
Hi!
>Hi All!!
>I have two machines on network System1 and System2.
>Mysql is installed on System1. On System2 I have a
>batch file which has the following command:-

You need to have a permanent System1 mapped drive on System2, for
example F:.
Then in your batch file use the path: f:\path_mysql\mysql ...

Regards,
Miguel

  --password=amit --host=system1
>--port =3306 --database=netaps --execute="LOAD DATA
>INFILE 'C:\\Amit\\JobBatch.csv' INTO TABLE jobbatch
>FIELDS TERMINATED BY ','";
>
>But when I run the batch file, it generates the error
>'mysql' is unknown command, naturally as mysql is not
>installed here. Now how do I connect to Mysql on
>System1 using the above command.
>
>Thanks
>Amit Lonkar
>
>__________________________________________________
>Do You Yahoo!?
>Try FREE Yahoo! Mail - the world's greatest free email!
>http://mail.yahoo.com/
>
>---------------------------------------------------------------------
>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

-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel A. Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Mogi das Cruzes - São Paulo, Brazil
        <___/   www.mysql.com


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