From: "Brian Dunning" <[EMAIL PROTECTED]>

> I'm trying to use phpmyadmin's "Insert data from a textfile into table"
> function. I've done this before many times, exactly the same way, and
> never had a problem. But today I'm getting:
>
>    #1148 - The used command is not allowed with this MySQL version
>
> Is there a common cause for this error? I find little helpful info in
> the phpmyadmin documentation. Any ideas appreciated...  :)

I think you need FILE permission to use LOAD DATA INFILE queries. The user
you're connecting with must not have that permission.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to