2291 번 글의 답장글: Re: Re: phpMyAdmin 접속 불가? |
글쓴이: 궁금이
|
글쓴날: 2005년 03월 23일 20:54:26 수(저녁) |
조회: 1863 |
[산이]님이 남기신 글:
>
>[궁금이]님이 남기신 글:
>
>>-----------------------------------------
>>답변자가 기본적으로 참고할 내용입니다.
>>- 배포판(옵션) : 코어리눅스2004
>>- 커널버전(옵션)
:
>>- 데몬버전(예:apache
1.3.27) :
>>- 데몬설치유형(RPM/컴파일/기타)
:
>>-----------------------------------------
>>phpMyAdmin 2.6.1-pl3에 오셨습니다
>>
>>
>>사용자명/암호가
틀렸습니다. 접근이 거부되었습니다.
>>
>>이상하게도 # ./mysql -u root -p 해서 패스워드 넣으면
>>mysql>
>>은 나옵니다..
>>
>>[root@localhost bin]# ./mysqladmin -u root
>>Enter password:
>>+----+------+-----------+----+---------+--
>>| Id | User | Host | db | Command | T
>>+----+------+-----------+----+---------+--
>>| 3 | root | localhost | | Query | 0
>>+----+------+-----------+----+---------+--
>>[root@localhost bin]# mysql -u root -p
>>Enter password:
>>Welcome to the MySQL monitor. Commands en
>>d with ; or \g.
>>Your MySQL connection id is 4 to server ve
>>rsion: 4.0.20
>>Type 'help;' or '\h' for help. Type '\c' t
>>o clear the buffer.
>>mysql> use mysql;
>>Database changed
>>mysql> select user,password from user;
>>+------+------------------+
>>| user | password |
>>+------+------------------+
>>| root | 26cfxxxxxxxx |
>>| root | |
>>| | |
>>| | |
>>+------+------------------+
>>4 rows in set (0.02 sec)
>>mysql> quit
>>Bye
>>[root@localhost bin]# mysql -u root -p
>>Enter password:
>>Welcome to the MySQL monitor. Commands en
>>d with ; or \g.
>>Your MySQL connection id is 5 to server ve
>>rsion: 4.0.20
>>Type 'help;' or '\h' for help. Type '\c' t
>>o clear the buffer.
>>
>>mysql> show databases;
>>+----------+
>>| Database |
>>+----------+
>>| mysql |
>>| test |
>>+----------+
>>2 rows in set (0.00 sec)
>>mysql> quit
>>Bye
>>[root@localhost bin]
>>
>>그런데 phpmyadmin 창 띄워지고 id : root 해도 접근이
않됩니다..
>>참고로 패스워드 : 1234 또는 123456 다 않되고
>>mysql 패스 워드도 넣어 봤지만 않되네요....
>>아이디 root 잡고 패스워드 없이도 로그인 해 보았지만
않되네요
>>아래와 같이 설정 이라면 되야 하는데...
>>config.inc.php 파일에서
>>
>>$cfg['PmaAbsoluteUri'] = 'http://fox.co.kr/phpmyadmin/'; 예로 들자면 fox.co.kr
이라 할때
>>$cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;
>>$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method
(config, http or cookie based)?
>> $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 control user
settings
>> // (this user must have
read-only
>>$cfg['Servers'][$i]['controlpass'] = ''; // 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'] = 'root'; // MySQL user
>
>>$cfg['Servers'][$i]['password'] = ''; // MySQL password (only
needed
==================================================================>
>여기에 root 암호를 다시한번 입력해 주세요.
>
>>$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name,
only
>> // this db is displayed in
left frame
==================================================================
신이님이 알려 주신데로 해보았는데도 않되네요?
root 암호라 함은 mysql -u root -p 했을때의 암호 를 말씀
하시는건지요?
수정하고 ftp로 올려 보았는데..않되네요
ㅜㅜ
|
이전글 : Re: phpMyAdmin 접속 불가?
다음글 : Re: Re: Re: phpMyAdmin 접속 불가?
|
from 218.232.13.85
JS(Redhands)Board 0.4 +@
|