Are we able to use the LOAD DATA INFILE MySQL function?

eetoolsx

New Member
Messages
20
Reaction score
0
Points
1
"LOAD DATA INFILE '$myFile'" .
" INTO TABLE test FIELDS TERMINATED BY ','"

I always get an error that says: "Could not load. Access denied for user 'eetoolsx'@'localhost' (using password: YES)"

Do they prevent us from useing the LOAD DATA INFILE ?
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
Your username is most likely wrong. It should be something like eetoolsx_<username>
 

tstingr5

New Member
Messages
2
Reaction score
0
Points
1
I have the same problem, I think is the FILE privileged, please, annyone have an answer or advice?
Access denied for user 'tstingr5_admin'@'localhost' (using password: YES)
 
Top