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 samp_db member.txt
-> mysqlimport: ERROR: the used command is not allowed with this MySQL version, when 
using table: member

I work with MySQL 3.23.49

Does anybody know how to manage these two commands in MySQL 3.23.49?

Thanks in advance
Klaus

Reply via email to