Contents

[Issue Note] H2 Database ~ not found, and IFEXISTS=true, so we cant auto-create it [90146-199]

이슈

  • ν•΄λ‹Ή 정보λ₯Ό μž…λ ₯ν•˜κ³  연결정보λ₯Ό ν΄λ¦­μ‹œ μ•„λž˜μ™€ 같은 μ—λŸ¬κ°€ λ°œμƒν•˜μ˜€λ‹€.

/posts/images/dbms/20190625215123.png

Database "/Users/riley/test" not found, and IFEXISTS=true, so we cant auto-create it [90146-199] 90146/90146

문제 ν•΄κ²° 단계

μ•„λž˜ 링크λ₯Ό ν†΅ν•˜μ—¬ test λΌλŠ” μ΄λ¦„μ˜ μƒˆλ‘œμš΄ λ°μ΄ν„°λ² μ΄μŠ€λ₯Ό μƒμ„±ν•΄μ€ŒμœΌλ‘œμ¨ ν•΄κ²°ν•˜μ˜€λ‹€.

1
2
# μ„€μΉ˜κ²½λ‘œλ‘œ 이동
 cd /Users/riley/Utils/h2/bin

μ΄λ™ν•˜λ©΄ h2-버전λͺ… jar 파일이 μžˆλ‹€. /posts/images/dbms/20190625234751.png

h2 μ‰˜μ„ μ•„λž˜μ™€ 같이 μ‹€ν–‰ν•΄μ€€λ‹€.

1
java -cp h2-1.4.199.jar org.h2.tools.Shell

/posts/images/dbms/20190625235307.png

  • URL 은 jdbc:h2:~/test 둜 μ§€μ •ν•˜μ˜€λ‹€.
  • jdbc:h2:~/test 둜 접속 URL 을 μ„€μ •ν•˜μ˜€μ§€λ§Œ μ–΄ν”Œλ¦¬μΌ€μ΄μ…˜μ—μ„œ μ ‘μ†μ‹œ URL 은 jdbc:h2:tcp://localhost/~/test 둜 μ ‘μ†ν•΄μ•Όν•œλ‹€.