phpmyadmin - ġ (1)
Ҵ 2019-02 2019-02-09 01:37:38 ȸ 2858 õ 0 õ 0
The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.
config.inc.php의 마지막에 설정을 추가
$cfg['TempDir'] = '/tmp';