반응형
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
반응형
'MySql' 카테고리의 다른 글
MySQL JDBC PreparedStatement에 매개 변수 전달 (0) | 2021.01.26 |
---|---|
MySQL # 1146- 'phpmyadmin.pma_recent'테이블이 존재하지 않습니다. (0) | 2021.01.26 |
MySQL View grants in MySQL (0) | 2021.01.25 |
MySQL 테이블 열에 하위 문자열을 지정하는 방법 (0) | 2021.01.25 |
MySQL SQL에서 GROUP BY와 ORDER BY의 차이점은 무엇입니까 (0) | 2021.01.25 |
댓글