Hello.
I'm trying to import a .csv file into a table called sets on a database called sle. However, when I do that using Load Data, it says:
I have literally no idea what this means. My /tmp folder is 777. Other than that I can't see what the problem is. What do I do?
I'm trying to import a .csv file into a table called sets on a database called sle. However, when I do that using Load Data, it says:
SQL query:
LOAD DATA INFILE '/tmp/phptRZbTv' INTO TABLE `sets` FIELDS TERMINATED BY ',' LINES TERMINATED BY '\r\n'
MySQL said: Documentation
#1085 - The file '/tmp/phptRZbTv' must be in the database directory or be readable by all
I have literally no idea what this means. My /tmp folder is 777. Other than that I can't see what the problem is. What do I do?