"Ron McKeever" <[EMAIL PROTECTED]> wrote:
> I'm trying to use mysqimport instead of LOAD DATA INFILE from a shell
> script. I notice an option for mysqlimport is not working or im doing it
> wrong.
>
> This works with LOAD DATA INFILE :
> mysql -e "LOAD DATA INFILE 'x' INTO TABLE x IGNORE 2 LINES
I'm trying to use mysqimport instead of LOAD DATA INFILE from a shell
script. I notice an option for mysqlimport is not working or im doing it
wrong.
This works with LOAD DATA INFILE :
mysql -e "LOAD DATA INFILE 'x' INTO TABLE x IGNORE 2 LINES"
but when i try:
mysqlimport --ignore-lines=2 -uro
"Cersosimo, Steve" <[EMAIL PROTECTED]> wrote:
>
> Am I wrong to assume mysqlimport is supposed to emulate the LOAD DATA INFILE
> syntax? I cannot find the command line option to turn on the CONCURRENT
> flag.
>
CONCURRENT currently is not supported by mysqlimport.
--
For technical support co
Am I wrong to assume mysqlimport is supposed to emulate the LOAD DATA INFILE
syntax? I cannot find the command line option to turn on the CONCURRENT
flag.
Steve Cersosimo
"When all is said and done, more is said than done"
*
"The information transmitted is intended only for the person or e
Hi all
I have some data in Excel ( I didn't put it there - a customer did ).
I'm setting up an import routine for it, with an Access front-end.
I don't like the way Access imports Excel files, though, and I'm
thinking about getting the user who will import it to first open the
spreadsheet and sa