Good morning,

We recently put a new server online (FreeBSD) with MySQL version 4.0.15.
I have a couple of AWK scripts which used to work properly (on another
FreeBSD server with 3.23.n MySQL) with mysqlimport. Now I am getting the
following error...

/usr/local/bin/mysqlimport: Error: The used command is not allowed with
this MySQL version, when using table: tblClass10

I have googled and found that adding the -L (for Local) to the line;

/usr/local/bin/mysqlimport  --host=server --user=user --password=*** -f
--fields-terminated-by="\t" crm tblClass10.tmp

may fix this, but I couldn't get a clear explanation for why. Are there
any other problems with the upgrade that I should be aware of?

Thanks!

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to