2291 번 글: phpMyAdmin 접속 불가? |
글쓴이: 궁금이
|
글쓴날: 2005년 03월 23일 19:20:08 수(저녁) |
조회: 1954 |
-----------------------------------------
답변자가 기본적으로 참고할 내용입니다.
- 배포판(옵션) : 코어리눅스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
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed in left
frame
이렇게 되어 있는데도 않되네요....
참고로 http://www.phpmyadmin.net/home_page/downloads.php 에서 다운
받았고..
phpMyAdmin 2.6.0-pl3 을 다운 받아서 해보았지만 결과는 똑
같네요....
|
이전글 : Re: 키보드가 안되요..쩝
다음글 : Re: phpMyAdmin 접속 불가?
|
from 218.232.13.85
JS(Redhands)Board 0.4 +@
|