Re: mysql 3.23.49 code

2002-07-31 Thread Egor Egorov
Pushkar, Wednesday, July 31, 2002, 7:00:19 AM, you wrote: PP> I'm using 3.23.49, and trying to load the menagerie database (online PP> examples) by executing the example: PP> LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet; PP> This is the error I get: PP> ERROR 1148: The used command is not allo

mysql 3.23.49 code

2002-07-30 Thread Pushkar Pradhan
I'm using 3.23.49, and trying to load the menagerie database (online examples) by executing the example: LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet; This is the error I get: ERROR 1148: The used command is not allowed with this MySQL version Is this not compatible with 3.23.49? -Pushkar S. P