Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- it
- C lanuage
- 해석
- centOS7
- 구글
- techEmpower
- error
- unity
- 컴퓨터과학총론
- kakao
- javascript
- 개발
- C
- ubuntu
- android
- Portfolio
- php
- NGINX
- 안드로이드
- mariadb
- java
- 개발자
- H2O
- caddy
- 한글
- 자바
- 번역
- 프래그먼트
- MySQL
- server
Archives
- Today
- Total
개발모음집
Could not create connection to database server. Attempted reconnect 3 times. Giving up. 본문
DB/RDBMS
Could not create connection to database server. Attempted reconnect 3 times. Giving up.
void 2020. 9. 4. 10:00아이윈브이에 서버를 설치하고 맥에서 rdbms를 연결하려고 했다.
[08001] could not create connection to database server. attempted reconnect 3 times. giving up.
에러가 발생했다. 왜 안되는지 이해를 못했다.
1. 외부접속이 되는 mysql 아이디를 만들어서 접속하려 했으나 실패
2. mysql config 파일에서 외부접속하도록 설정
그래도 안돼서 netstat -tlnp 를 통해 외부접속허용이 안되어있는걸 확인했다.
3306 포트 외부접속 허용하니 해결...
aws를 쓰다보니 간단한 곳에서도 문제가 생겼다.
'DB > RDBMS' 카테고리의 다른 글
MYSQL Left Join COUNTS from multiple tables (0) | 2020.12.14 |
---|---|
crontab 설정 파일 (0) | 2020.09.30 |
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction (0) | 2020.03.24 |
phpstorm에서 mysql 연결했을 때 테이블이 보이지않는 문제 (0) | 2020.03.10 |
MySQL server has gone awayLost connection to MySQL server at 'reading initial communication packet', system error: 102 (0) | 2020.01.14 |