You cannot see this page without javascript.

phpmyadmin 설정

APM 조회 수 791 추천 수 0 2013.12.27 19:17:56

1.  phpmyadmin 최신버전 다운로드  

    - www.phpmyadmin.net

 

2. 적당한 곳에 압축을 푼다

 

3. vi config.inc.php

    - $cfg['Servers'][$i]['auth_type'] = 'cookie'; --> http 로변경 (window 보안)

    -  $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]['table_uiprefs'] = 'pma_table_uiprefs';
        $cfg['Servers'][$i]['tracking'] = 'pma_tracking';
        $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
        $cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
        $cfg['Servers'][$i]['recent'] = 'pma_recent';
        위 항목 주석을 푼다

4. 에러 처리

  - The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click

 

  - pma 관련 테이블 및 계정을 추가해 준다

  - phpmyadmin 폴더에 포함된 sql로 되어있는 파일 실행시킨다

     -> mysql -uroot -ppassword <examples/create_tables.sql

  - 아래 스크립트를 실행한다  

     ->GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'password';
      ->GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.* TO 'pma'@'localhost';

 

- phpmyadmin 재로그인으로 확인 !!

 

5. Alias로 phpmyadmin 경로 잡기

   - vi /etc/httpd/conf/httpd.conf

      아래 문구 추가

Alias /phpmyadmin /usr/local/phpmyadmin
<Directory /var/usr/local/phpmyadmin>
    AllowOverride All
    Options Indexes
    Order allow,deny
    Allow from all
</Directory> 

 

apahce 재시작

 

 

6. #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock'; 

 

 

7.한글 언어팩

../phpmyadmin/locale/ko/LC_MESSAGES 에 이동

엮인글 :
List of Articles
번호 제목 글쓴이 날짜sort 조회 수
369 Windows7 OEM을 활용하여 클린설치 file [11] LynX 2010-11-06 765
368 Windows7 에서 시스템을 백업/복원하는 가장 쉬운 방법!! file LynX 2010-11-07 334
367 탐색기 메뉴에 '명령 프롬프트 열기'와 '메모장으로 열기' 추가하기 file [14] LynX 2010-11-08 591
366 인터넷 익스플로러 리플레쉬 file LynX 2011-05-02 286
365 활성 네트워크 중복으로 인한 인터넷 연결 안되는 문제 file [12] LynX 2011-05-26 971
364 32bit Driver을 64bi로 설치하기 [8] LynX 2011-06-21 325
363 설치파일(inf)에 대한 이해 [7] LynX 2011-06-22 603
362 inf 설치시 경고창 안뜨게 하기 file [10] LynX 2011-06-22 430
361 로우 포맷(Low level format, 저수준 포맷) 하기 file [11] LynX 2011-07-06 722
360 Win XP Crack file [8] LynX 2011-10-31 269
359 윈도우7 메모리 인식 문재 file [13] LynX 2011-11-30 530
358 RoundCube 첨부 용량 변경 / 한글 수정 [10] LynX 2012-01-31 836
357 윈도우7 알수없는장치 file [8] LynX 2012-03-13 273
356 디지털 서명 file [1] LynX 2012-03-15 445
355 아레한글 사용시 출력물에 음영이 나타나는 현상. file [11] LynX 2012-03-29 1155
354 Xyview DVR서버 연결 [8] LynX 2012-04-19 295
353 HP Officejet 6500A (Plus) 호환 드라이버 [8] LynX 2012-05-16 294
352 IIS에 FastCgi모듈 활성화 시키기 file [12] LynX 2012-11-21 1283
351 윈도우 2008서버에 XE 설치 절차 [9] LynX 2012-11-22 230
350 Windows Server 2012 설치 file LynX 2012-11-23 477

XE Login