Phpmyadmin Error

Hi with 2 different versions of phpmyadmin on my plesk server when I use the function :
"Insert data from a text file into table"
I get this error :

Error

SQL-query :

LOAD DATA LOCAL INFILE '/tmp/phpF6kBV6' INTO TABLE `tablename` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'

MySQL said:


File '/tmp/phpF6kBV6' not found (Errcode: 0)
I have created a "tmp" file and set the chmod to 777 (necessary in order to be able to upload .sql file dumps. ) I can sucessfully run restore a sql dump but I don't know why I get the error above,
Can anyone help me ? is this a bug with phpmyadmin?

 

 

 

 

Top