Hi,
I am using mySQL 4.0.13 on W2K Pro. When I try to import a comma-delimited
file into my database, I get the following error:
H:\mysql\bin>mysqlimport --user=root -prl -fields-terminated-by=,
computer-stores stores.txt
Mysqlimport: unknown option '-e'
The table I am trying to import into is called 'stores'. The input file has
the same number of fields as the table.
I tried several different variations but nothing worked. Have no idea what
'-e' means.
Does anyone have any ideas?
Thanks in advance,
Masood