mysql UDF : fopen = permission denied
- by Pierre
Hi All,
I'm trying to create a mysql UDF function , this function calls "fopen/fclose" to read a flat file stored in /data. But using errno (yes, I know it is bad in a MT program...) I can see that the function cannot open my file:
"Permission denied"
I tried to do a
chmod -R 755 /data
but it didn't change anything.
Any idea ?