$cfg ‘tempdir’ (/var/www/html/phpmyadmin/tmp/) is not accessible

$cfg ‘tempdir’ (/var/www/html/phpmyadmin/tmp/) is not accessible $cfg[]TempDir”(/var/www/phpMyAdmin/tmp/)에 액세스할 수 없음. phpMyAdmin은 템플릿을 캐시할 수 없으며 이로 인해 속도가 느려질 것이다.   1. Edit ‘config.inc.php’ file vi config.inc.php #put bellow one line. $cfg[‘TempDir’] = ‘/tmp’;   solved!! 해결