답변 3개
마르스컴퍼니
Expert
5년 전
phpmyadmin 설치된 디렉토리의 config.inc.php 파일에서
$cfg['Servers'][$i]['auth_type'] = 'config';
->
$cfg['Servers'][$i]['auth_type'] = 'HTTP';
변경
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
5년 전
https://stackoverflow.com/questions/46736319/phpmyadmin-error-mysqli-real-connect-hy000-1045-access-denied-for-user-p/57469097">https://stackoverflow.com/questions/46736319/phpmyadmin-error-mysqli-real-connect-hy000-1045-access-denied-for-user-p/57469097
참고하세요.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
관리사용자(controluser, 설정에 정의됨)로서의 접속에 실패.
이렇게 오류가 뜹니다ㅠㅠ