Do not use mysqlimport.
That is for flat file import.

mysql test < UM.txt

Shripal Shah wrote:

Dear Sir/Madam,

I've one data file which is built with the help of mysqldump. This file
contains structure & data of 2 tables of test database. Like this..

mysqldump -C --add-drop-table -e test patient hospital > UM.txt

then I am trying to import data using this statement..

mysqlimport test UM.txt

It give me error for table not found...

Please guide me regarding this matter..

Thanks & Regards,

Shripal.


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





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