dws
Verified User
- Joined
- Mar 10, 2007
- Messages
- 16
I have an script that make use of LOAD DATA INFILE and SELECT INTO OUTFILE functions of mysql, i have give file privileges to mysql user and edited /etc/my.cnf to
[mysqld]
local-infile=1
Files to load are located in /home/..../tmp/filetoload.csv and permisión of files are 777
All querys with select into OUTFILE results in:
Can't create/write to file '/home/user/public_html/Nueva1/tmp/temp_clientes.csv' (Errcode: 13)
And those using load local data infile results in:
#2000 - Can't find file '/home/user/public_html/Nueva1/lectura/clientes.csv'.
I have Mysql 5.1
php5 CGI
Could somebody help me please, I´m bagging agaisnt my monitor without having a clue of what it`s happening
Thanks in advance
[mysqld]
local-infile=1
Files to load are located in /home/..../tmp/filetoload.csv and permisión of files are 777
All querys with select into OUTFILE results in:
Can't create/write to file '/home/user/public_html/Nueva1/tmp/temp_clientes.csv' (Errcode: 13)
And those using load local data infile results in:
#2000 - Can't find file '/home/user/public_html/Nueva1/lectura/clientes.csv'.
I have Mysql 5.1
php5 CGI
Could somebody help me please, I´m bagging agaisnt my monitor without having a clue of what it`s happening
Thanks in advance