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:-
mysql --user=amit --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