DBeaver란?
오픈 소스 데이터베이스 관리 도구이자 SQL 클라이언트로,
다양한 데이터베이스 시스템( MySQL, PostgreSQL, Oracle, SQL Server, SQLite 등 )과 연결하여
SQL 쿼리를 실행하고 데이터베이스를 시각적으로 관리하는 프로그램
DBeaver 다운로드 링크
Download | DBeaver Community
Download DBeaver Community 24.2.5 Released on November 17th 2024 (Milestones). It is free and open source (license). Also you can get it from the GitHub mirror. System requirements. DBeaver PRO 24.2 Released on September 9th, 2024 PRO version website: dbea
dbeaver.io
Data base connection에서 MySQL 선택
Main 탭
Server host- AWS RDS 엔드포인트 입력
유저네임과 패스워드 입력
SSH 탭
Use SSH Tunnel 체크
EC2서버 IP입력, 퍼블릭 키 선택
PuTTY gen으로 ppk > pem변환하기
File - load private key > .ppk 키 로드 > Conversions -Export openssh key
자바 17 설치-Windows x64 MSI Installer
https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
Java Archive Downloads - Java SE 17
WARNING: Older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downloading the late
www.oracle.com
MySQL Connector/J mysql-connector-j-8.2.0 드라이버 오류시
학원에서는 다운로드 버튼을 눌러도 해결이 안되었으나
집에서는 버튼만 눌러도 해결이 되었습니다.
아래는 학원에서 사용한 해결방법입니다.
Platform Independent (Architecture Independent), ZIP Archive 다운
https://dev.mysql.com/downloads/connector/j/
MySQL :: Download Connector/J
MySQL Connector/J is the official JDBC driver for MySQL. MySQL Connector/J 8.0 and higher is compatible with all MySQL versions starting with MySQL 5.7. Additionally, MySQL Connector/J 8.0 and higher supports the new X DevAPI for development with MySQL Ser
dev.mysql.com
Database > Driver manager > Libraries > add file > mysql-connector-j-9.1.0.jar 선택
설정이 완료 되었습니다.