Jeffrey,
Sunday, July 28, 2002, 8:14:43 PM, you wrote:

JAK> Could you help me understand how to correct this error:

JAK> "Error 1148:  The used command is not allowed with this MySQL version"

JAK> I have looked in the online manual under this section for help:
JAK> "4.2.4 Security issues with LOAD DATA LOCAL"

JAK> Unfortunately I am very new to MySQL and don't have a clue as to how fix this 
error.  I am using Windows.  I think I need to modify the My.ini file under the 
"mysqld" section... I think it
JAK> should read "local-infile=1".  However when I try that, it still get this error 
when calling LOAD LOCAL FILE from a client application.  Yes, I did start and stop the 
server.

LOAD DATA LOCAL must be enabled in the client side, too.
Put in [mysql] section on my.ini entry "local-infile=1".




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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