| 2731 번 글의 답장글: Re: phpmyadmin.. |
| 글쓴이: 산이
[홈페이지]
|
글쓴날: 2007년 12월 17일 20:55:27 월(저녁) |
조회: 2286 |
[초보서]님이 남기신 글:
>-----------------------------------------
>답변자가 기본적으로 참고할 내용입니다.
>- 배포판(옵션) :
>- 커널버전(옵션)
:
>- 데몬버전(예:apache
1.3.27) :
>- 데몬설치유형(RPM/컴파일/기타)
:
>-----------------------------------------
>*스팸필터링:한글
2자(4개 문자)이상 없으면 스팸페이지로 이동합니다.
>
>phpmyadmin 사용이 mysql 버전이 업데이트되어 안되어
>
>2.11.3 버전을 설치해줬는데요
>
> * First server
> */
>$i++;
>/* Authentication type */
>$cfg['Servers'][$i]['auth_type'] = 'cookie';
>/* Server parameters */
>$cfg['Servers'][$i]['host'] = 'localhost';
>$cfg['Servers'][$i]['connect_type'] = 'tcp';
>$cfg['Servers'][$i]['compress'] = false;
>/* Select mysqli if your server has it */
>$cfg['Servers'][$i]['extension'] = 'mysql';
>/* User for advanced features */
>//$cfg['Servers'][$i]['controluser'] = '';
>//$cfg['Servers'][$i]['controlpass'] = '';
>/* Advanced phpMyAdmin features */
>// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
>// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
>// $cfg['Servers'][$i]['relation'] = 'pma_relation';
>// $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
>// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
>// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
>// $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
>// $cfg['Servers'][$i]['history'] = 'pma_history';
>// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
>
>
>설정후 접속시
>
>
>Wrong permissions on configuration file, should not be world writable!
>
>이렇게 뜨는데 아마
>
>php 버전이 구버전이라 발생한 문제인가요?
========================================
위의 설정파일 퍼미션을 아파치 프로세스 유저(nobody 또는
apache)가 쓰지 못하도록 조정해보세요.
예) chmod og-w 설정파일
|
이전글 : phpmyadmin..
다음글 : Re: Re: phpmyadmin..
|
from 211.212.249.68
JS(Redhands)Board 0.4 +@
|