Hi

I'm trying an import of a 'comma delimited' file and I get this error.

The command
-=-=--=-=-=-=-=

mysqlimport -c user_id,user_id_lower,passwd_lower,fname,lname,address1,city,state,zip,country,email,email_lower,user_num,team_name,team_city,team_canonical,public_email,league_name,league_pwd,league_type,num_teams,league_canonical,team_id,league_id,head2head,roto,strategy -d -uusername -ppassword -hthehost.domain.com --fields-terminated-by="@@@" --lines-terminated-by="\n" --debug --ignore SbxPlusDB SbxPromoList.csv


The error
-=-=-=-=-=
mysqlimport: Error: The used command is not allowed with this MySQL version, when using table: SbxPromoList


Notes
-=-=-=-=
- I have table in the SbxPlusDB called SbxPromoList
- Connecting with proper username, password, hosat work no problem. I've just erased them here for security sake.
- Also, this command work on another DB using the exact same version.
- Version of DB is 3.23 MAX. All tables are InnoDB.

Thanks





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