잘못한것도 없는데 관리자 비밀번호가 틀리다고 나옵니다. > 그누3질답

그누3질답

잘못한것도 없는데 관리자 비밀번호가 틀리다고 나옵니다. 정보

그누보드 잘못한것도 없는데 관리자 비밀번호가 틀리다고 나옵니다.

본문

아무것도 안했는데.
관리자 비밀번호가 틀리다고 나오거든요..
몇번이나 했는데도.. 그래요.

아래 글에서 이너몰님이 내 홈이 이상하다고 하던데..
뭤 때문이지도 모르겠구요..

비밀번호 바꾸거나 아는방법은 없나요?
무지 급해요..
부탁합니다...

참.. 정준군님의 이메일로 접속하는 프로그램을 설치해서 덮어쒸우기 했어요..
  • 복사

댓글 전체

훗~~몽비쥬님 ~~!
그러면 일단은 간단하게 복사 해서 붙여 쓰시면 됩니당~~~^^;;
아니면 더욱더 간단하게 이걸 메모장에 복사하시궁~~~
config.inc.php 이걸로 저장하시면 되죠~~~~^^
도움이 되시길~~~^^;;
내앞가림도 못하면서리~~~ㅜㅜ
아~~~난 로그인 언제 해결 할까낭~~~~미티고 팔딱 뛰것당~~~ㅜㅜ
헉...
초미님..이걸 저보고 .. 보라구요?
까만게 글이고..  흰건 화면인데..

안할랍니다.... 어지러워요.
근데.. 안하면.. 초미님 수고의 성의를 져 버리는거 같고..
이래 저래 입장 난처하군요..
phpmyadmin폴더안에 있는 config.inc.php입니다. 여기에서 db정보를 입력하시면 됩니다. 제가 xxx로 표시한부분에 db정보를 입력하시면 됩니다. db명 user명 password등....그리고 홈게정에 올리시면 됩니다. 조금 어려워도 이해해주세요...저도 배우고 있는 단계라 설명하기가 어렵네용..ㅎㅎㅎ
<?php
/* $Id: config.inc.php,v 1.62 2001/12/23 23:05:23 lem9 Exp $ */


/**
 * phpMyAdmin Configuration File
 *
 * All directives are explained in Documentation.html
 */


/**
 * Bookmark Table Structure
 *
 * CREATE TABLE bookmark (
 *  id int(11) DEFAULT '0' NOT NULL auto_increment,
 *  dbase varchar(255) NOT NULL,
 *  user varchar(255) NOT NULL,
 *  label varchar(255) NOT NULL,
 *  query text NOT NULL,
 *  PRIMARY KEY (id)
 * );
 *
 */


/**
 * Your phpMyAdmin url
 *
 * Complete the variable below with the full url ie
 *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/
 */
$cfgPmaAbsoluteUri = '';


/**
 * Server(s) configuration
 */
// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host']          = 'localhost'; // MySQL hostname
$cfgServers[1]['port']          = '';          // MySQL port - leave blank for default port
$cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfgServers[1]['connect_type']  = 'tcp';      // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[1]['stduser']      = '';          // MySQL standard user settings (this user must have read-only
$cfgServers[1]['stdpass']      = '';          //  access to the "mysql/user" and "mysql/db" tables)
$cfgServers[1]['auth_type']    = 'config';    // Authentication method (config, http or cookie based)?
$cfgServers[1]['user']          = 'xxxx';      // MySQL user
$cfgServers[1]['password']      = 'xxxx';          // MySQL password (only needed with 'config' auth)
$cfgServers[1]['only_db']      = 'xxxx';          // db명
                                              // It may also be an array of db-names
$cfgServers[1]['verbose']      = '';          // Verbose name for this host - leave blank to show the hostname
$cfgServers[1]['bookmarkdb']    = '';          // Bookmark db - leave blank for no bookmark support
$cfgServers[1]['bookmarktable'] = '';          // Bookmark table - leave blank for no bookmark support

$cfgServers[2]['host']          = '';
$cfgServers[2]['port']          = '';
$cfgServers[2]['socket']        = '';
$cfgServers[2]['connect_type']  = 'tcp';
$cfgServers[2]['stduser']      = '';
$cfgServers[2]['stdpass']      = '';
$cfgServers[2]['auth_type']    = 'config';
$cfgServers[2]['user']          = 'xxx';          ////---이부분에 db계정을 넣으시구요
$cfgServers[2]['password']      = 'xxxxx';    ////---이부분에 db패스워드 넣으시구요
$cfgServers[2]['only_db']      = '';
$cfgServers[2]['verbose']      = '';
$cfgServers[2]['bookmarkdb']    = '';
$cfgServers[2]['bookmarktable'] = '';

$cfgServers[3]['host']          = '';
$cfgServers[3]['port']          = '';
$cfgServers[3]['socket']        = '';
$cfgServers[3]['connect_type']  = 'tcp';
$cfgServers[3]['stduser']      = '';
$cfgServers[3]['stdpass']      = '';
$cfgServers[3]['auth_type']    = 'config';
$cfgServers[3]['user']          = 'xxxx';
$cfgServers[3]['password']      = 'xxxxx';
$cfgServers[3]['only_db']      = '';
$cfgServers[3]['verbose']      = '';
$cfgServers[3]['bookmarkdb']    = '';
$cfgServers[3]['bookmarktable'] = '';

// If you have more than one server configured, you can set $cfgServerDefault
// to any one of them to autoconnect to that server when phpMyAdmin is started,
// or set it to 0 to be given a list of servers without logging in
// If you have only one server configured, $cfgServerDefault *MUST* be
// set to that server.
$cfgServerDefault = 1;                        // Default server (0 = no default server)
$cfgServer        = '';
unset($cfgServers[0]);


/**
 * Other core phpMyAdmin settings
 */
$cfgOBGzip                = TRUE;  // use GZIP output buffering if possible
$cfgPersistentConnections = FALSE;  // use persistent connections to MySQL database
$cfgExecTimeLimit        = 300;    // maximum execution time in seconds (0 for no limit)
$cfgSkipLockedTables      = FALSE;  // mark used tables, make possible to show
                                    // locked tables (since MySQL 3.23.30)
$cfgShowSQL              = TRUE;  // show SQL queries as run
$cfgAllowUserDropDatabase = FALSE;  // show a 'Drop database' link to normal users 
$cfgConfirm              = TRUE;  // confirm 'DROP TABLE' & 'DROP DATABASE'

$cfgShowStats            = TRUE;  // allow to display statistics and space usage in
                                    // the pages about database details and table
                                    // properties
$cfgShowTooltip          = TRUE;  // display table comment as tooltip in left frame

// In the main frame, at startup...
$cfgShowMysqlInfo        = FALSE;  // whether to display the "MySQL runtime
$cfgShowMysqlVars        = FALSE;  // information", "MySQL system variables" and "PHP
$cfgShowPhpInfo          = FALSE;  // information" links for simple users or not

// In browse mode...
$cfgShowBlob              = FALSE;  // display blob field contents
$cfgNavigationBarIconic  = TRUE;  // do not display text inside navigation bar buttons
$cfgShowAll              = FALSE;  // allows to display all the rows
$cfgMaxRows              = 30;    // maximum number of rows to display
$cfgOrder                = 'ASC';  // default for 'ORDER BY' clause (valid
                                    // values are 'ASC', 'DESC' or 'SMART' -ie
                                    // descending order for fields of type
                                    // TIME, DATE, DATETIME & TIMESTAMP,
                                    // ascending order else-)

// In edit mode...
$cfgProtectBinary        = 'blob'; // disallow editing of binary fields
                                    // valid values are:
                                    //  FALSE  allow editing
                                    //  'blob' allow editing except for BLOB fields
                                    //  'all'  disallow editing

$cfgZipDump              = TRUE;  // Allow the use of zip/gzip/bzip
$cfgGZipDump              = TRUE;  // compression for
$cfgBZipDump              = TRUE;  // dump files


/**
 * Link to the official MySQL documentation
 * Be sure to include no trailing slash on the path
 */
$cfgManualBaseShort = 'http://www.mysql.com/doc';


/**
 * Language settings
 */
// Default language to use, if not browser-defined or user-defined
$cfgDefaultLang = 'en';
// Force: always use this language - must be defined in
//        libraries/select_lang.lib.php
// $cfgLang    = 'en';
// Loads language file
require('./libraries/select_lang.lib.php');


/**
 * Customization & design
 */
$cfgLeftWidth          = 150;          // left frame width
$cfgLeftBgColor        = '#D0DCE0';    // background color for the left frame
$cfgLeftPointerColor    = '#CCFFCC';    // color of the pointer in left frame
                                        // (blank for no pointer)
$cfgRightBgColor        = '#F5F5F5';    // background color for the right frame
$cfgBorder              = 0;            // border width on tables
$cfgThBgcolor          = '#D3DCE3';    // table header row colour
$cfgBgcolorOne          = '#CCCCCC';    // table data row colour
$cfgBgcolorTwo          = '#DDDDDD';    // table data row colour, alternate
$cfgBrowsePointerColor  = '#CCFFCC';    // color of the pointer in browse mode
                                        // (blank for no pointer)
$cfgTextareaCols        = 40;          // textarea size (columns) in edit mode
$cfgTextareaRows        = 7;            // textarea size (rows) in edit mode
$cfgLimitChars          = 50;          // max field data length in browse mode
$cfgModifyDeleteAtLeft  = TRUE;        // show edit/delete links on left side of browse
                                        // (or at the top with vertical browse)
$cfgModifyDeleteAtRight = FALSE;        // show edit/delete links on right side of browse
                                        // (or at the bottom with vertical browse)
$cfgDefaultDisplay      = 'horizontal'; // default display direction (horizontal|vertical)
$cfgRepeatCells        = 100;          // repeat header names every X cells? (0 = deactivate)


/**
 * MySQL settings
 */
// Column types
$cfgColumnTypes = array(
  'TINYINT',
  'SMALLINT',
  'MEDIUMINT',
  'INT',
  'BIGINT',
  'FLOAT',
  'DOUBLE',
  'DECIMAL',
  'DATE',
  'DATETIME',
  'TIMESTAMP',
  'TIME',
  'YEAR',
  'CHAR',
  'VARCHAR',
  'TINYBLOB',
  'TINYTEXT',
  'TEXT',
  'BLOB',
  'MEDIUMBLOB',
  'MEDIUMTEXT',
  'LONGBLOB',
  'LONGTEXT',
  'ENUM',
  'SET'
);

// Atributes
$cfgAttributeTypes = array(
  '',
  'BINARY',
  'UNSIGNED',
  'UNSIGNED ZEROFILL'
);

// Available functions
$cfgFunctions = array(
  'ASCII',
  'CHAR',
  'SOUNDEX',
  'LCASE',
  'UCASE',
  'NOW',
  'PASSWORD',
  'MD5',
  'ENCRYPT',
  'RAND',
  'LAST_INSERT_ID',
  'COUNT',
  'AVG',
  'SUM',
  'CURDATE',
  'CURTIME',
  'FROM_DAYS',
  'FROM_UNIXTIME',
  'PERIOD_ADD',
  'PERIOD_DIFF',
  'TO_DAYS',
  'UNIX_TIMESTAMP',
  'USER',
  'WEEKDAY'
);


/**
 * Unset magic_quotes_runtime - do not change!
 */
set_magic_quotes_runtime(0);
?>
초미님은 어제 부터....어려운것만 갈켜주네요... ㅎㅎ
허나 한번 해볼께요..
어제는 의기소침해서.. 홈페이지 만드는거 안 만들려고 했었는데...
초미님.. 감사합니다..
근데요.. 해결햇어요..
원인이 뭐였냐면요...
정준군님이 만드신 프로그램을 설치를 했거든요..거기서 lib.inc 파일에서
$mail_login = "yes"; 로 되어있는걸  $mail_login = "no"; 이렇게 하니
관리자 접속이 되네요..

정준군님 한테.. 다시 물어봐야겟어요..
여하간 친절하신 초미님 감사합니다.....

참 그리고요.. 초미님이 만드신 스킨 이제 잘됩니다...
phpMyAdmin을 다운받고 나서 압축을 풀면 phpMyAdmin폴더가 하나 생성이 되어져 있을겁니다. 그안에 config.inc.php가 있습니다. 여기에서 db정보만 입력하신후 폴더채로 계정에 업로드 하세요...예를들어 http://okok.com이란 도메인 있으면 http://okok.com/phpMyAdmin/을 치시면 db정보만 제대로 입력하시면 뜰겁니다. 그안에 db테이블 목록이 쫘악 있구요...여기서 컬럼도 추가할 수 잇고 테이블도 추가 할 수 있구 수정 삭제..모든게 가능합니다. 잘 이용하시면 php와도 금새 친해질 수 있을겁니다. 모르시면 제로보드에서 phpMyAdmin을 검색해 보세요 거기에 자세한 설명들이 있습니다. 저도 설명하기가 애매해서요...쉽게 설명을 못드려 죄송합니다. 꼬옥 성공하시길...화이팅!~~
혹시 phpMyAdmin-2.2.3 써보셨나요? 안써보셨으면 phpMyAdmin-2.2.3를 함 이용해 보세요...mysql을 효과적으로 관리하실 수 있답니다. 제가 주로 이용하는 방법인데요..phpMyAdmin-2.2.3로 드러가면 db안에 테이블 목록이 보입니다. 즉 그누보드 db테이블이 전부 나오게 되죠...여기서 gb_member로 드러가시면 회원명단이 나옵니다. 이안에 관리자 정보도 같이 있습니다. 여기서 관리자 비번을 수정하시거나 추가하시거나 원하시는데로 할 수 있답니다. phpMyAdmin-2.2.3프로그램은 제가 자료실에 올리도록 하겠습니다. 거기서 db정보만 입력하시고 루트에 그대로 올리시면 됩니다.
© SIRSOFT
현재 페이지 제일 처음으로