Julia,
Thursday, October 17, 2002, 2:29:57 PM, you wrote:

JM> This is what I've done:

JM> created a database testdb in access with a table cop
JM> exported the table as comma separated values into cop.txt

JM> created a database called testdb in mysql,
JM> created a table called cop of the same structure as the access table
JM> that works fine.

JM> when I try this:

JM> mysqlimport testdb cop.txt;

JM> I get the error:

JM> The used command is not allowed with this MySQL version when using
JM> table: cop

JM> any hints?

What version of MySQL are you using? Usually this error ocurs when
LOAD DATA LOCAL INFILE or mysqlimport --local are used:
     http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ma02-010c
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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

Reply via email to