The only thing I would suggest is to look in the mysqllog and look at the
command that is specifically being issued, and then try it from the mysql
command line interface, and see if it works there, it should give you  a good
enough reason if it doesn't, and if it does, it more than likely is some sort of
permission problem.

KL

Bill Leonard wrote:

> Let me preface this by saying I am not a MySQL guru myself, but more of a
> general sys admin... !
>
> One of our users is trying to execute the LOAD DATA INFILE command (using
> PHP to talk to MySQL). It is failing for some reason... Everything I believe
> is set properly, i.e:
>
> - the user has the file priv enabled
> - the file they are reading is world readable
> - they are specifing absolute path (also tried relative path as well)
>
> System specifics is MySQL 3.23.53 on OS X Server 10.2.4, this is Apple's
> standard build. PHP is at 4.3.1
>
> The user has a pretty much identical test environment he claims it works
> there (and works even without the file priv enabled)
>
> So there is something fundamental I am not seeing...
>
> Any pointers would be appreciated!
>
> Bill
>
> --
> Bill Leonard                                           [EMAIL PROTECTED]
> www.machinemen.com                                            407.464.0147
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to