* [EMAIL PROTECTED] > I'm new in MySQL.....anyone out there can help please? > I'm actually experimenting with the mysqlimport utility to import > data from > a text file.........however i'm always getting this error upon the command > > c:\mysql\bin>mysqlimport - - local - -fields-terminated-by="," test > newtest.txt
You should not have spaces between the '-' characters...: mysqlimport --local --fields-terminated-by="," test newtest.txt ...but I'm not sure if this is the reason of the error message you get... I get "Error: Unknown database '-'" when I try your command with the spaces between the '-' characters. (win2k, 3.23.30-gamma) -- Roger --------------------------------------------------------------------- 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