PDO : :__construct() : The server requested authentication method unknown to the client [ caching_sha2_password]
PDOException 에러가 발생하며 데이터베이스 서버에 접속되지 않는 경우
MySQL Server 8.0 버전 이상을 사용할 때 나타나는 문제이다.
해결 방법 :
설정파일 my.cnf 파일을 열어
[mysqld]
default_authentication_plugin= mysql_native_password
수정하고 저장한 후, MySQL Server의 서비스를 다시 시작해준다.
systemctl restart mysqld.service
반응형
'APM' 카테고리의 다른 글
[error] 533 could not create file (0) | 2020.01.23 |
---|---|
[error] 아파치 재시작 시 오류 (0) | 2020.01.23 |
VM(Virtual Machine)이란? (0) | 2020.01.22 |
리눅스 서버 시간이 이상할 때 (0) | 2020.01.21 |
[error] data dictionary initialization utf8 문제 (0) | 2020.01.21 |