반응형
Connector
-
[JSP] 게시판만들기(4) - JDBC, MySQL ConnectorBackEnd/JSP 2019. 10. 25. 11:28
1. MySQL Connector Download - 설치 URL : https://dev.mysql.com/downloads/connector/j/ MySQL :: Download Connector/J MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7, 5.6, and 5.5. Please upgrade to MySQL Connector/J 8.0. dev.mysql.com 2. 압축풀기 3. Jar 파일 이동 - 경로 : 프로젝트폴더 - WebContent - WEB-INF - lib 4. Java Build Path 추가 - 프로젝트 우클릭 - Properties - Java Build Path - Jar 파..