re: LOAD DATA / mysqlimport doesn´t work with 3.23.49

2003-03-24 Thread Victoria Reznichenko
On Sunday 23 March 2003 21:04, Klaus Mueller wrote: LOAD DATA LOCAL INFILE member.txt INTO TABLE member; - ERROR 1148: the used command is not allowed with this MySQL version Does anybody know how to manage these two commands in MySQL 3.23.49? Add --local-infile=0 to mysqld commandline.

LOAD DATA / mysqlimport doesn´t work with 3.23.49

2003-03-23 Thread Klaus Mueller
Dear all, I started to work with the book MySQL from Pau DuBois. When trying to load data into the samp_db the following two operations don´t work: LOAD DATA LOCAL INFILE member.txt INTO TABLE member; - ERROR 1148: the used command is not allowed with this MySQL version mysqlimport --local