본문 바로가기

카테고리 없음

Cannot Connect to Database Serve

반응형

Please:

1 Check that MySQL is running on address '${endpoint}'

2 Check that MySQL is reachable on port 3306 (note: 3306 is the default, but this can be changed)

3 Check the user admin has rights to connect to ${endpoint} from your address (MySQL rights define what clients can connect to the server and from which machines) 

4 Make sure you are both providing a password if needed and using the correct password for ${endpoint} connecting from the host address you're connecting from

 

 

다 설정이 되었는데도 연결이 안된다면?? aws 보안 규칙에 IP형식을 확인하자

EC2 > 보안그룹 > 인바운드 규칙 > 인바운드 규칙 편집 

0.0.0.0/0 형식을 추가해줍니다.

반응형