Database2 PostgreSQL 사용하기 1. PostgreSQL 다운로드 및 설치 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Download PostgreSQL Database for Windows, Linux and MacOS & 32-bit or 64-bit Versions | EDB Download PostgreSQL packages or installers free from EDB. Get PostgreSQL for Windows, Linux and MacOS platforms. Download 32-bit or 64-bit versions. Download open-source PostgreSQL now. www.enterprisedb.com 2. Pos.. 2021. 9. 15. [JAVA] JDBC MySQL 연동 및 CRUD 테이블 작성 1. Java 프로젝트 MySQL 연동 JDBC 드라이버 설치 : https://dev.mysql.com/downloads/connector/j/ MySQL :: Download Connector/J MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7 and 5.6. Please upgrade to MySQL Connector/J 8.0. dev.mysql.com 2. JDBC 파일 압축 해제 후 Java 프로젝트 우클릭 - Properties - Java Build Path - Libraries 에 mysql-connector-java-버전.jar 추가 3. Java 프로젝트 실행 2. CRUD 프로그램 작성 (I.. 2021. 9. 14. 이전 1 다음