묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
phpmyadmin이 설치가 안되요 -_-;;
2003.06.01 20:22
어것저것 해봐도 안대네요.. -_-;;
Client does not support authentication protocol requested by server. Consider upgrading MySQL client
로그인을 하려고 하면 계속 이런오류만 반복해서 뜹니다
config.inc.php설정파일
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$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]['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)
$cfg['+ '+ 'Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'aaaa'; // MySQL password (only needed
제일 밑에 패스워드에 제가 변경한 패스워드를 넣었습니다..
그래도 안되어서 이렇게 질문을 드립니다 -_-;;
db상에서 root 패스워드는 mysql암호화 형식으로 저장했습니다..update user set password=password('aaaa') where user='root'
이런식으로 말이지요...
어떤게 잘못 되었는지 부탁드려요 ㅠㅠ
Client does not support authentication protocol requested by server. Consider upgrading MySQL client
로그인을 하려고 하면 계속 이런오류만 반복해서 뜹니다
config.inc.php설정파일
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$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]['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)
$cfg['+ '+ 'Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'aaaa'; // MySQL password (only needed
제일 밑에 패스워드에 제가 변경한 패스워드를 넣었습니다..
그래도 안되어서 이렇게 질문을 드립니다 -_-;;
db상에서 root 패스워드는 mysql암호화 형식으로 저장했습니다..update user set password=password('aaaa') where user='root'
이런식으로 말이지요...
어떤게 잘못 되었는지 부탁드려요 ㅠㅠ