Stephen Tiano wrote:
[snip]
LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;

and I was greeted with:

ERROR 1148: The used command is not allowed with this MySQL version

There has to be a way to load data into tables as far back as the ancient 3.__. Could anyone share with me what the correct command/syntax is for pre-version 4?
You will have to recompile mysql with the explicit option to enable that in the configure.
--
Kevin

Thank you.

Steve Tiano

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to