mysql 붙이는 작업 질문
- 작성자 :
- 차*하
- 작성일 :
- 2012-10-16 10:23:36
- 조회수 :
- 1,452
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
안녕하세요.
개발환경 설치를 따라하고 있었습니다. 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의 주석을 풀어주었는데 놓치고 있는 부분이 있는지
한번 확인 부탁드립니다.
개발환경 설치를 따라하고 있었습니다. 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의 주석을 풀어주었는데 놓치고 있는 부분이 있는지
한번 확인 부탁드립니다.
첨부파일
A
안녕하세요. 차영하님
pom.xml 파일에 해당 내용을 넣어주시고,
url에 mysql 접속주소를 해당 mysql 서버 주소에 맞게 적어주시면 됩니다.
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.17</version>
</dependency>
고맙습니다.
pom.xml 파일에 해당 내용을 넣어주시고,
url에 mysql 접속주소를 해당 mysql 서버 주소에 맞게 적어주시면 됩니다.
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.17</version>
</dependency>
고맙습니다.