Re: Need Help with mysqlimport please-urgent!

2002-07-17 Thread Gerald R. Jensen
ord' WITH GRANT OPTION; - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent

Need Help with mysqlimport please-urgent!

2002-07-17 Thread ericloe
Hello, Here is my problem, I would like to use mysqlimport (which i have compiled as a batch file to run) from a client side to load data onto the database on a server side, meaning that I would normally access my server through the pc and running the batch file. Problem is that there

Re: Need Help with mysqlimport please-urgent!

2002-07-05 Thread Francisco Reinaldo
I am not sure if I understand your issue, but if the tables have been updated in the local computer is because you did not connect to the server. With mysqlimport you can specify the host (-h), the user name and password. I think that you should use something like: mysqlimport -hMYSERVER -pMYUSE