> > 이곳 어느분이 그것을 써보라고 해서
> > 구해다가 설치중 매뉴얼을 이해못하여 이렇게 구조요청합니다.
> >
> > 알려주셔요..
> >
> > 아 그리고 제가 장문의 질문을 올렸는 데,
> > 관리자님이 지우셨나요. 헛소리였다면 죄송합니다.
> >
> > 그럼 꾸벅
>
> ?????
>
> 질문을 지운적은 없습니다. 능력이 되지 못하여 질문에 답변을 못드리는 적은 많지만 올라온 질문을 지우지는 않습니다.
> 혹시 서버가 잘못되었는가...?????
>
> 죄송하군요.
>
> 그리고 phpMyAdmin 이라는 것은 저가 아직 설치해 본적이 없어 뭐라 답변을 못드리겠군요. 태준님께서 답변을 주시려나....
>
phpmyadmin 디렉토리에 INSTALL파일보면 간단하게 설명되어있는데요.
압축풀고 config.inc.php3 에 host,user, password 설정하고 httpd.conf 등에서 php3 확장자를 php에서 인식하도록 해주면 됩니다.
INSTALL 파일만 보아도 쉽게 할 수 있을 것입니다. 그리고 게시판의 글을 그냥 삭제하는 일인 없는데요.
Quick Install:
[1] Untar the distribution (be sure to untar the subdirectories)
tar xvf phpMyAdmin_x.x.x.tar
[2] Open the file config.inc.php3 in your favourite editor and change the values for host, user and password to fit your environment. Have a lok at Documentation.html for an explanation of all values.
[3] It is recommended that you protect the directory in which
you installed phpMyAdmin (unless it's on a closed intranet), for example with HTTP-AUTH (in a .htaccess-file).
[4] Open the file <www.your-host.com>/<your-install-dir>/index.php3 in your browser. phpMyAdmin should now display a welcome screen and your databases.
|