I'm trying to import an access database table into MySQL

This is what I've done:

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

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

when I try this:

mysqlimport testdb cop.txt;

I get the error:

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

any hints?

Julia



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