일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- TypeORM
- 시스템호출
- 카카오 알고리즘
- 구조체배열
- thymeleaf
- Spring
- 스프링
- 코딩테스트
- 알고리즘
- Nodejs
- 가상면접사례로배우는대규모시스템설계기초
- git
- 프로그래머스
- C++
- C언어
- python
- OpenCV
- 파이썬
- nestjs auth
- 컴포넌트스캔
- nestJS
- 카카오 코테
- @Autowired
- 카카오
- nestjs typeorm
- @Component
- spring boot
- 해시
- AWS
- 코테
Archives
- Today
- Total
목록ipv6 ipv4 (1)
공부 기록장 💻
[AWS] RDS 접속 에러 ERROR 2003 (HY000): Can't connect to MySQL server on 'endpoint.ap-northeast-2.rds.amazonaws.com:3306' (10060) 해결하기
문제 상황 AWS RDS에서 MySQL 인스턴스를 생성 완료했지만, 명령 프롬포트에서 해당 서버에 접속하려고 하니 아래와 같은 에러가 발생하였다. ERROR 2003 (HY000): Can't connect to MySQL server on 'endpointxxx.ap-northeast-2.rds.amazonaws.com:3306' (10060) 원인 파악 검색해보니 이 글 에서 정확한 원인과 해결 방법을 설명하고 있어, 큰 어려움 없이 해결할 수 있었다. Causes This error states that the inbound/outbound traffic from the AWS instance is not reachable to the current host where the MySQL client..
# Tech Studies/AWS
2023. 1. 26. 14:09