묻고답하기

-----------------------------------------------------------------------

* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
$cfg['PmaAbsoluteUri'] = 'http://localhost';


/**
* Disable the default warning about $cfg['PmaAbsoluteUri'] not being set
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
* works perfectly.
*/
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;

/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning']  = FALSE;

/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish.
*/
$cfg['blowfish_secret'] = 'root';

/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1].  Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = 'mysql';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = 'root';          // access to the "mysql/user"
                                                    // and "mysql/db" tables).
                                                    // The controluser is also
                                                    // used for all relational
                                                    // features (pmadb)
$cfg['+ '+ 'Servers'][$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
$cfg['Servers'][$i]['password'+ ']      = 'root';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
                                                    // It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = '';          // Database used for Relation, Bookmark and PDF Features
                                                    // (see scripts/create_tables.sql)
                                                    //   - leave blank for no support
                                                    //     DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = '';          // Bookmark table
                                                    //   - leave blank for no bookmark support
                                                    //     DEFAULT: 'pma_bookmark'
$cfg['Servers'][$i]['relation']      = '';          // table to describe the relation between links (see doc)
                                                    //   - leave blank for no relation-links support
                                                    //     DEFAULT: 'pma_relation'
$cfg['Servers'][$i]['table_info']    = '';          // table to describe the display fields
                                                    //   - leave blank for no display fields support
                                                    //     DEFAULT: 'pma_table_info'
$cfg['Servers'+ '][$i]['table_coords']  = '';          // table to describe the tables position for the PDF schema
                                                    //   - leave blank for no PDF schema support
                                                    //     DEFAULT: 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages']     = '';          // table to describe pages of relationpdf
                                                    //   - leave blank if you don't want to use this
                                                    //     DEFAULT: 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info']   = '';          // table to store column information
                                                    //   - leave blank for no column comments/mime types
                                                    //     DEFAULT: 'pma_column_info'
$cfg['Servers'][$i]['history']       = '';          // table to store SQL history
                                                    //   - leave blank for no SQL query history
                                                    //     DEFAULT: 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE;        // set to FALSE if you know that your pma_* tables
                                                    // are up to date. This prevents compatibility
                                                    // checks and thereby increases performance.
$cfg['Servers'][$i]['AllowDeny']['order']           // Host authentication order, leave blank to not use
                                     = '';
$cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults
                                     = array();


$i++;
$cfg['Servers'][$i]['host']            = 'localhost';
$cfg['Servers'][$i]['port']            = '';
$cfg['Servers'][$i]['socket']          = '';
$cfg['Servers'][$i]['connect_type']    = 'tcp';
$cfg['Servers'][$i]['extension']       = 'mysql';
$cfg['Servers'][$i]['compress']        = FALSE;
$cfg['Servers'][$i]['controluser']     = 'mysql';
$cfg['Servers'][$i]['controlpass']     = 'root';
$cfg['Servers'][$i]['auth_type']       = 'cookie';
$cfg['Servers'][$i]['user']            = 'mysql';
$cfg['Servers'][$i]['password']        = 'root';
$cfg['Servers'][$i]['only_db'+ ']         = '';
$cfg['Servers'+ '][$i]['verbose']         = '';
$cfg['Servers'][$i]['pmadb']           = ''; // 'phpmyadmin' - see scripts/create_tables.sql
$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]['verbose_check']   = TRUE;
$cfg['+ 'Servers'][$i]['AllowDeny']['order']
                                       = '';
$cfg['Servers'][$i]['AllowDeny']['rules']
                                       = array();

$i++;
$cfg['Servers'][$i]['+ 'host']            = 'localhost';
$cfg['Servers'][$i]['port']            = '';
$cfg['Servers'][$i]['socket']          = '';
$cfg['Servers'][$i]['+ 'connect_type']    = 'tcp';
$cfg['Servers'][$i]['extension']       = 'mysql'+ ';
$cfg['Servers'][$i]['compress']        = FALSE;
$cfg['Servers'][$i]['controluser']     = 'mysql';
$cfg['Servers'][$i]['controlpass']     = 'root';
$cfg['Servers'][$i]['auth_type']       = 'cookie';
$cfg['Servers'][$i]['user']            = 'mysql';
$cfg['Servers'][$i]['password']        = 'root';
$cfg['Servers'][$i]['only_db']         = '';
$cfg['Servers'][$i]['verbose']         = '';
$cfg['Servers'][$i]['pmadb']           = ''; // 'phpmyadmin' - see scripts/create_tables.sql
$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]['verbose_check']   = TRUE;
$cfg['Servers'][$i]['AllowDeny']['order']
                                       = '';
$cfg['Servers'][$i]['AllowDeny']['rules']
                                       = array();
-------------------------------------------------


localhost/index.php 들어가면 자꾸 이런메시지가 뜨네요



제목표시줄에 ..접근이 거부되었습니다.뜨고 내용에

phpMyAdmin 2.6.0-pl2에 오셨습니다

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

밑에창에..

X 오류

MySQL 메시지 : ?

#1045 - Access denied for user: 'root@localhost' (Using password: YES)

왜그러져?에거 이걸루 하루 다가네..ㅜㅜ 모가 문제일까요??
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
meetata 누리고 모듈은 100% 독립적인가요?  
xe초보자 이모티콘이나 스티커 사용법 질문이요  
참빛바다 multimedia_link 컴포넌트가 어디 있나요? [2] 2014.02.20 by 참빛바다
주택바가지 로그인이 자주 풀리는 것 같습니다... [4] 2014.02.20 by 주택바가지
레토나 콘텐츠위젯에서 999이상 안뜨는문제 file  
따뜻 sketchbook 5 스킨을 쓰는데요. 게시판 목록이 움찔하면서 보이는 거 [2] 2014.02.20 by 따뜻
안녕하세요오기예요 cafe24소스수정 고수님 답변 부탁드립니다. file  
박정규447 "댓글등록" 또는 "추천+댓글" 버튼문의 [1] file 2014.02.20 by 주택바가지
nado0124 헤스티아(Hestia) 레이아웃 서브바에 이미지 배너를 넣고 싶은데요... [4] file 2014.02.20 by nado0124
구름나무바위 xe 1.7.4 인증메일 오류 해결 방법 부탁합니다. [4] 2014.02.20 by 구름나무바위
루팡쿠팡 XE 고수분만 답변해주세요!!!!!!!!!!!!! [4] 2014.02.20 by 루팡쿠팡
날마다좋은날 xe1.7.4버젼으로 업뎃후 메인화면의 슬라이드 이미지가 안보여요  
웹빌드 게시판 데이터 json 생성 문제 [2] file 2014.02.20 by 웹빌드
qegqge 이거 플래시게임같은데 어떻게 여기홈피는 포인트연동시켯죠?> [1] file 2014.02.20 by BESETO
inphyy 혹시 새창 크기조절 하는 방법 있을까요? [1] 2014.09.17 by inphyy
이시태 XE 설치 후에 주소 바뀌면 기존 첨부 파일은 어떻게... [4] 2014.09.17 by 이시태
구름나무바위 [1.7.4] 사이트 잠금 아이피는 어느 db 테이블에 저장되나요? [2] 2014.02.20 by 구름나무바위
정도길 마우스오버와 엔터의 차이좀 가르쳐주세요 - 제이쿼리 [1] 2014.02.20 by Summer
모얼더 사이트를 운영하면 접속 로그 같은건 의무적으로 보관해둬야 하는건가요? [2] 2014.02.20 by 똑디
비밀얌 1.7.4로 업했는데 관리자모드에서 1.7.3으로 나오는 이유는? [3] file 2014.02.20 by Podongi
얼라리여 확장변수로 날짜 2개의 값을 받고 얼마나 날짜가 경과했는지 계산할 수 있나요? [1] 2014.02.20 by devdevpia
Summer $XE_VALIDATOR_MESSAGE 메세지가 원래 이렇게 출력되나요? [1] file 2014.02.20 by KrteamENT
una_nampyeon [위젯] 내용직접추가하기 부분 마우스롤오버 소스입니다. 도와주세요 file  
달다뤼 댓글 갯수 색 바꾸기 [2] 2014.02.20 by 달다뤼
엘제이l 레벨 아이콘 애드온을 키면 [2] file 2014.02.20 by 엘제이l
inphyy 팝업 관리 모듈 날짜지정이 안됩니다 ㅠㅠ [8] file 2014.02.20 by inphyy
Z-Saver 오류 다국어 버전 1.7.4 [2] 2014.02.20 by Z-Saver
믹스군 xe 버전 업데이트 및 이전 관련 문의  
김 기 상 page에서 제목, 팝업을 보이지 않도록 기본세팅 [2] file 2014.02.20 by 김 기 상
maro25 윈도우 서버 이전 질문 입니다. [3] 2014.02.20 by maro25