묻고답하기

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

* 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 남기남
박호영 Vmware 설치후 리눅스 돌릴때 제로보드를 윈도우에서 어찌접근하나요? [2] 2007.08.10
데낄라 그라이디언트에 대해..!! [1] 2007.08.10
이즈 phpmyadmin 자꾸 에러가.. [1] 2007.08.10
안정애 아이프레임 스크롤막대... [2] 2007.08.10
박태걸 [군인/휴가] 네트워크 셋팅에 대한 질문입니다. [1] 2007.08.10
은무 서버와 IP 연결에 대해서요~ [1] 2007.08.10
이영석 쿠키에 대해서.. [3] 2007.08.10
조현우 액션값의 이상으로..제대로 돌아가질 않네요 [1] 2007.08.10
^..애니아빠..^ 전용선 여러개를 합해서 서버를 돌릴려고 합니다. [2] 2007.08.10
이즈 [플래쉬질문] 궁금합니다!! 레이어와같이 이미지위에 부메뉴 플래쉬가 나오는것에관한 [1] 2007.08.10
홈피마스터 계정으로 파일 업로드 하는 방법을.. 가르켜 주세요.. [1] 2007.08.10
Noziro.H php_flag register_globals on/off가 무슨뜻이죠? [2] 2007.08.10
이승철 플래시 액션스크립트 아시는분 모두 클릭!  
이즈 phpmyadmin 소스.. [1] 2007.08.10
김형덕 어떤것은 되고 어떤것은 안되니 사람 미치겠네요;;; [1] 2007.08.10
김순화 비밀번호를 입력하면 전송되는곳을 만들려고하는데, [1] 2007.08.10
이즈 phpmyadmin 설치시..  
최종우 [질문]같은IP, 다른 주소... 속도차가 왜 이렇게 나는지요..  
정필우 서버이전을 하려고 하는데 절대경로 한꺼번에 변경하는 방법이 있나요? [3] 2007.08.10
해바라기 특정영역안에서만 따라다니는 스크립트도 있나요? [1] 2007.08.10
안남도 IP 공유기 아래 있는 컴터에서 서버운영에 대해서 [1] 2007.08.10
장영민 서버 교체 관련입니다.꼭 답변좀 부탁드립니다. [2] 2007.08.10
:D내나이54 게시판 세로 길이를 제한할수 있는 방법 [1] 2007.08.10
이태운 제 홈피가 새창으로 뜨는대.. [1] 2007.08.10
정성우 암호의 암호화 방식을 알고 싶습니다. [1] 2007.08.10
이즈 윈도우 2000에서는..iis.. [1] 2007.08.10
최진영 mysql-front 로 데이터베이스 전체백업을 하는 방법이 있나요?  
유동우 주소창의 main/index.php에서 index.php를 없애려면? [1] 2007.08.10
강창덕 mysql 백업 및 설치에 관한 질문입니다. [2] 2007.08.10
샤크-김정석 팝업창의 상태바 없애는 방법??? [2] 2007.08.10