ETC
[H2] H2 DB 설치 및 설정
1984
2023. 4. 12. 15:47
설치 경로
H2 Database Engine (redirect)
H2 Database Engine Welcome to H2, the free SQL database. The main feature of H2 are: It is free to use for everybody, source code is included Written in Java, but also available as native executable JDBC and (partial) ODBC API Embedded and client/server mo
www.h2database.com
설치 및 설정
1. 설치 파일 다운로드

2. install
3. h2 console 실행

4. 접속 경로를 localhost:8082로 바꿔준다.

5. DB 경로 설정하고, 연결 클릭 (Memory mode)

5. 정상 연결됨. 설정한 DB 경로에 .db 파일 생성된다.


6. db 생성 이후부터는 경로 앞에 "tcp://localhost/"을 추가하여 접속한다. (Server mode(tcp) 로 연결)

끝.
728x90