1.[ 이제 설정 파일은 암호화 문자열(blowfish_scret) 을 필요로 합니다. ]
[The configuration file now needs a secret passphrase (blowfish_secret).]
==> 이런 에러 메세지가 아래 출력될 경우
phpMyAdmin 의 루트폴더에 있는 config.sample.inc.php 파일을 config.inc.php 로 변경하고 파일 내에
$cfg[‘blowfish_secret’] ='cookie'
설정을 해 준다
2. [설정 스토리지가 완전히 설정되지 않아, 일부 확장 기능들이 비활성화 된 상태입니다. 원인을 확인하려면 여기를 클릭하세요.]
[The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there]
위와 같은 메세지가 보기 싫다면 config.inc.php 파일에 다음을 추가한다.
$cfg['PmaNoRelation_DisableWarning'] = true;
2. [You are using an incomplete translation, please help to make it better by contributing.]
위의 메세지도 없앨려고 한다면
config.inc.php 파일에 다음을 추가한다.
$cfg['TranslationWarningThreshold'] = 1;