The command

LOAD DATA LOCAL INFILE "C:\\MO10.txt"
INTO TABLE stud1
   fields terminated by "/"
   lines terminated by '\r\n';

produces:

ERROR 1148 at line 1: The used command is not allowed with this MySQL vers

Could someone explain why??

I'm running version "MYSQL  Ver 11.18 Distrib 3.23.51, for Win95/Win98
(i32)" under WinXP Home standalone (i.e., no network, just one machine).

I used to do this routinely under Win Me.

Thanks in advance,

Uriel


---------------------------------------------------------------------
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