Yo,
I'm running e-smith 6.0b3. I use phpmyadmin 2.5.3-rc3 regularily and have been trying to use the "insert data from a textfile" but it tells me 'File could not be read /tmp/php6GHady' or some variation of /tmp/php...
I've set the upload_tmp_dir in php.ini to ".:/var/www/html/tmp" and set $cfg['UploadDir'] in phpmyadmin's config.inc.php to "/var/www/html/tmp"
thats pretty much all I can think of. I've tried using the mysql client locally with the "LOAD DATA LOCAL INFILE..." shtuff and it kind of worked. (it loaded the rows but there was some data missing).
any help?