phpmyadmin 오류
The $cfg[‘TempDir’] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.
해당 증상은 phpmyadmin 4.8.3 업데이트 후 발생 했습니다.
해결 방법
- phpmyadmin 폴더 아래 tmp 폴더를 만든다.
- 폴더 권한 변경 find /usr/share/phpmyadmin/tmp/ -type d -exec chmod 755 {} \;
- 이렇게 해도 오류가 발생 안된다면
- tmp 폴더 의 소유권을 사용자로 변경 해보시기 바랍니다.