Gilles,
Thursday, April 04, 2002, 7:20:35 PM, you wrote:
GM> When I try :
GM> mysql> LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
GM> I get this error message :
GM> The used command is not allowd with this MySQL version.
GM> I've nevertheless downloaded the latest stable version on
Hi.
When I try :
mysql> LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
I get this error message :
The used command is not allowd with this MySQL version.
I've nevertheless downloaded the latest stable version on mysql.com.
The select version() statement gives me :
3.23.49-nt
MyS