IntelliJ 는 DB Tool로서 역할을 할 수 있다.
그 동안 익숙해서 Dbeaver/Toad 기타등등을 사용하였지만
- 앞으로 엄청 복잡한 DB와 관련된 일은 하지 않을 거라는 확신
- DB Tool 키는 것 마저 귀찮아졌고
- 업무의 여유
위의 3가지 이유에 의해서 IntelliJ 에 Database tool을 사용해보고 싶어졌다.
Oracle이나 MySql이나 세팅하면서 별 어려움이 없었다.
굳이 찾자면
Connection type 과 Driver을 저기서 바꾼다 정도?
그러다 aurora MySQL 세팅하다 막혀 글을 남긴다.
다른 것들하고 똑같이 대충 정보 입력하고 세팅하면 될줄 알았다.
Fail 발생 => 어쨋든 연결을 못했다는 거다.
[08S01] Communications link failure The last packet sent successfully to the server was 0 milliseconds ago.
The driver has not received any packets from the server.
java.net.ConnectException: Connection timed out: connect.
아래와 같이 Driver 정보를 Amazon Aurora MySQL 로 변경
Driver Download받으라는 내용나오면 [Download]클릭으로 Driver download
이런 경고가 나오는데 쿨하게 [Ignore] 클릭 후 OK
끝
[앞으로 해야할일]
IntelliJ DB Tool 사용법 익히기
IntelliJ DB Tool 단축키 외우기
IntelliJ DB Tool 장단점 분석
===참조
https://7942yongdae.tistory.com/187#google_vignette
DataGrip error - [08S01] Communications link failure
얼마 전까지 문제없이 사용하던 DataGrip에서 갑자기 Communications link failure 메시지가 출력되면서 데이터 베이스에 접근하지 못하는 문제가 발생했습니다. Communications link failure 문제 해결 방법 이
7942yongdae.tistory.com
'80. Tools' 카테고리의 다른 글
[DBeaver]DML, DDL쿼리 추출 (0) | 2023.07.13 |
---|