묻고답하기

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

* 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 남기남
손명수 헤더파일과 푸터파일을 만들어서 인클루드해서 쓸수도 있다?? [1] 2007.08.10
basecom 다른 프레임의 배경색을 바꿀 수 있나요?  
Danggn™ 보기>소스보기 기능을 하지 못하도록 하고 싶습니다.. [2] 2007.08.10
Noziro.H 무단링크 방지에 대해..  
임소식 음.. 도움을 받았지만 전혀 모르겠음.. [2] 2007.08.10
히스 인클루드(include)는 한페이지에 몇번이나 들어갈수 있나요? [2] 2007.08.10
손명수 노프레임으로 홈페이지를 만드는데요... [5] 2007.08.10
김준모 화면 크기 고정이랑, 링크요.. [2] 2007.08.10
이산원 도와 주셨으면 합니다.  
basecom 이미지에 걸린 링크에는 텍스트에 걸린 링크와 다른 효과주기..?? [2] 2007.08.10
오리한마리 홈페이지 만들때 필요한 것들이 무엇인지 알고 싶어요 [1] 2007.08.10
임소식 value 때문에 고생.. [2] 2007.08.10
강영미 제로보드를 이용하여 온라인문의폼이 가능한가요? [1] 2007.08.10
원매니아 Gradient 때문에 미치겠습니다 (사진있음) [4] 2007.08.10
한대희 웹게임을 운영하려고 합니다... [2] 2007.08.10
양이 도와주세요//  
basecom 주소창의 주소고정? [1] 2007.08.10
스푸키 [서브도메인] 골뱅이 도메인에 대해 [2] 2007.08.10
김상돈 사랑비 질문입니다. [2] 2007.08.10
Lock ........  
김윤희 테이블에 관한 질문입니다. [1] 2007.08.10
park minsoo [긴급질문] 그림에 이미지맵 사용시... [1] 2007.08.10
정경일 도와주세요 [4] 2007.08.10
김영준 다음 까페에 달력이나 이런걸로 일정을 관리하고 싶은데.......  
이경원 html 테이블관련하여.. [2] 2007.08.10
김상돈 홈페이지에서 음악나오게 하기.. [1] 2007.08.10
민천기 한번 클릭하면 그 아이콘은 활성화되게...... [3] 2007.08.10
김선희 표안에 글자를 넣으면 글자 윗부분이 잘려서 보입니다..  
노지원 체크박스와 섹렉트폼 스타일먹이기 &그림과 글자 줄맞추기... 도와주세요...ㅠ_ㅠ  
Xeon 이미지 안뜨기 ...