이 누리집은 대한민국 공식 전자정부 누리집입니다.
적용 지원, FAQ, Q&A 게시판을 통해 기술 문제 해결을 지원합니다.
차*하
2012-10-16 10:23:36
1,853
개발환경
완료
안녕하세요.
개발환경 설치를 따라하고 있었습니다. hsql은 잘 되는데 mysql로 붙이려 하니
Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
이러한 메세지를 보내고 있습니다.
첨부파일에 mysql의 주석을 풀어주었는데 놓치고 있는 부분이 있는지
한번 확인 부탁드립니다.
mysql.txt [572 Byte]
다운로드
안녕하세요. 차영하님
pom.xml 파일에 해당 내용을 넣어주시고,
url에 mysql 접속주소를 해당 mysql 서버 주소에 맞게 적어주시면 됩니다.
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.17</version>
</dependency>
고맙습니다.