Database "~/test" not found, and IFEXISTS=true, so we cant auto-create it [90146-199]
Database "~/test" not found, and IFEXISTS=true, so we cant auto-create it [90146-199]
이런 에러가 뜬다면 데이터베이스 파일이 없어서 접속이 안되는 것입니다!
해결법은
jdbc:h2:~/test
로 파일을 생성한다음 다시 연결해주면 됩니다.
JDBC URL: jdbc:h2:tcp://localhost/~/test
'데이터베이스' 카테고리의 다른 글
The Network adapter could not establish the connection & 오라클 접속에러 (0) | 2021.02.19 |
---|---|
데이터베이스 기초 (0) | 2020.07.29 |
댓글