본문 바로가기
MySql

MySQL phpMyAdmin-연결할 수 없음-잘못된 설정-루트 비밀번호를 추가 한 이후-잠김

by 베이스 공부 2021. 1. 25.
반응형

XAMPP를 실행합니다. a few days back i had set up a password for the root password through phpmyadmin 그 순간부터 phpMyAdmin에 액세스 할 수 없습니다.


MySQL said: 
Cannot connect: invalid settings. 
phpMyAdmin tried to connect to the MySQL server, and the server rejected the
connection. You should check the host, username and password in your
configuration and make sure that they correspond to the information given
by the administrator of the MySQL server.

또한 mysql의 웹 사이트 도움말에 제공된 mysqld.bat를 통해 루트 비밀번호를 재설정하려고 시도했지만 소용이 없었습니다.

도와주세요! Here's a screenshot describing the situation:


 

해결 방법

 

XAMPP 설치 폴더 내의 phpMyAdmin 디렉토리로 이동하십시오. config.inc.php라는 파일이 있습니다. 해당 파일 내에서 다음 줄을 찾습니다.

$cfg['Servers'][$i]['password'] = '';

이 필드에 mysql 루트 비밀번호 (설정 한 비밀번호)가 있는지 확인해야합니다.

 

참조 페이지 https://stackoverflow.com/questions/1276538

 

 

반응형

댓글