When I try to use
mysqlimport DatabaseName tablename.txt
from command line, it doesn't work. However, if I use the following command from mysql prompt

mysql>load data local infile "/home/..../tablename.txt" into table tablename.txt

it works. Can anyone tell me how I can load data from the command line?

Thank you.




_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



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